|
From: Paul S. O. <ps...@us...> - 2002-03-20 15:46:41
|
Update of /cvsroot/phpbb/phpBB2/includes In directory usw-pr-cvs1:/tmp/cvs-serv19046/includes Modified Files: prune.php Log Message: Wrong function name for cleaning up search tables ... I did change this but looks like I didn't commit it ... @!#%# hell Index: prune.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/includes/prune.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** prune.php 18 Mar 2002 23:53:12 -0000 1.12 --- prune.php 20 Mar 2002 15:46:36 -0000 1.13 *************** *** 102,106 **** } ! remove_unmatched_words(); $sql = "UPDATE " . FORUMS_TABLE . " --- 102,106 ---- } ! remove_search_post($sql_post); $sql = "UPDATE " . FORUMS_TABLE . " |