1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 01:23:53 +02:00

# mnoGoSearch example fix

This commit is contained in:
Sergey Kartashoff
2001-03-02 11:43:27 +00:00
parent 8bc7344f0b
commit 5a8b126d21

View File

@@ -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/%");