[Phpslash-commit] CVS: phpslash-ft/class Glossary.class,1.4,1.5
Brought to you by:
joestewart,
nhruby
From: nathan h. <nh...@us...> - 2001-11-23 18:00:46
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory usw-pr-cvs1:/tmp/cvs-serv23598/class Modified Files: Glossary.class Log Message: Fix [ #470426 ] Glossary query error Index: Glossary.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/Glossary.class,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Glossary.class 2001/08/15 00:52:06 1.4 --- Glossary.class 2001/11/23 18:00:44 1.5 *************** *** 168,171 **** --- 168,173 ---- )); + clean($search); + if ($search == "") { $q = "SELECT * |