From 2e315315e58b666b89ae205cc60c6a39a20915fe Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 28 May 2005 08:48:57 +0000 Subject: r7054: added a example script showing ldbSearch() usage (This used to be commit 0fe835b16c8e8c4fbd801a447aca1f077934e84c) --- swat/esptest/index.esp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'swat/esptest/index.esp') diff --git a/swat/esptest/index.esp b/swat/esptest/index.esp index 7a5952e955..e95a22ba3f 100644 --- a/swat/esptest/index.esp +++ b/swat/esptest/index.esp @@ -1,6 +1,7 @@ <% var tests = new Array("formtest", "showvars", "include", - "session", "loadparm", "exception"); + "session", "loadparm", "exception", + "ldb"); %> -- cgit