Author: Alexander Barkov
Email: [EMAIL PROTECTED]
Message:
> it doesn't work! the entry is still there!!!
> (of course deleted first the db: indexer -C)
> ???
> manu :-)

Try this patch


--- sql.c.orig  Thu Mar 29 19:04:08 2001
+++ sql.c       Tue May 15 13:22:24 2001
@@ -4405,7 +4405,7 @@
 #ifdef HAVE_MYSQL
                                MYSQL_ROW row;
                                row=mysql_fetch_row(db->res);
-                               sprintf(s,"<a href=\"%s\">%s</a><br>\n",*row,*row);
+                               sprintf(s,"<a href=\"%s\"></a><br>\n",*row);
                                s=UDM_STREND(s);
 #else
                                sprintf(UDM_STREND(s),"<a href=\"%s\">%s</a><br>\n",



Reply: <http://search.mnogo.ru/board/message.php?id=2209>

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to