Update of /cvsroot/phpslash/phpslash-ft
In directory usw-pr-cvs1:/tmp/cvs-serv27567
Modified Files:
CHANGES
Log Message:
fixed bugs in search.php3 and it only uses ONE template file instead of five now
Index: CHANGES
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v
retrieving revision 1.426
retrieving revision 1.427
diff -C2 -d -r1.426 -r1.427
*** CHANGES 16 Mar 2002 23:03:23 -0000 1.426
--- CHANGES 17 Mar 2002 01:00:08 -0000 1.427
***************
*** 13,16 ****
--- 13,24 ----
9 - Removal of something (kill -9 :)
+ 2002-Mar-16 4:50PM PST Ajay Sharma <ss...@od...>
+ [B] - Fixed next/previous links on the search page
+ - changed database object name from $sl_q (??) to the sensable $db
+ - changed the object calls from $db->Record[] to $db->f()
+ [T] - combined all search stuff into searchPage.tpl and separated
+ everything into blocks. searchMatch.tpl, searchMoreMatches.tpl,
+ searchNoMatch.tpl, and searchPrevMatches are all outdated
+
2002-Mar-16 3:00PM PST Ajay Sharma <ss...@od...>
[B] - article.php3 now defines ROOTDIR so we can use it in the templates
|