diff options
author | Sergey Kartashoff <gluke@php.net> | 2001-03-02 11:43:27 +0000 |
---|---|---|
committer | Sergey Kartashoff <gluke@php.net> | 2001-03-02 11:43:27 +0000 |
commit | 5a8b126d21ae9c014ef9688068f3d8a9617a35fb (patch) | |
tree | 258123eb03a50ef486e858dd00024b5038fcf2e8 /ext/mnogosearch | |
parent | 8bc7344f0bbdbc2f5ee3f78b27c3c0cf030ca067 (diff) | |
download | php-git-5a8b126d21ae9c014ef9688068f3d8a9617a35fb.tar.gz |
# mnoGoSearch example fix
Diffstat (limited to 'ext/mnogosearch')
-rw-r--r-- | ext/mnogosearch/test.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/mnogosearch/test.php b/ext/mnogosearch/test.php index d57e7e6707..3b8f6d0d87 100644 --- a/ext/mnogosearch/test.php +++ b/ext/mnogosearch/test.php @@ -63,10 +63,10 @@ // exit; // } - if (! Udm_Load_Ispell_Data($udm,UDM_ISPELL_TYPE_SERVER,'','',1)) { - printf("Error loading ispell data from server<br>\n"); - exit; - } +// if (! Udm_Load_Ispell_Data($udm,UDM_ISPELL_TYPE_SERVER,'','',1)) { +// printf("Error loading ispell data from server<br>\n"); +// exit; +// } // Stage 3: add search limits // Udm_Add_Search_Limit($udm,UDM_LIMIT_URL,"http://www.mydomain.com/%"); |