Update of /cvsroot/phpslash/phpslash-ft/public_html
In directory usw-pr-cvs1:/tmp/cvs-serv11839/public_html
Modified Files:
backend.php3
Log Message:
typo fix
Index: backend.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/backend.php3,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** backend.php3 19 Mar 2002 18:00:09 -0000 1.27
--- backend.php3 19 Mar 2002 21:59:11 -0000 1.28
***************
*** 145,149 ****
// Process the "each_story" block in the template
$template->set_block("storiesbackend", "each_story", "stories");
! for ($i = 0 ; $i < count(stories); $i++) {
switch( $ary['d']) {
case '0':
--- 145,149 ----
// Process the "each_story" block in the template
$template->set_block("storiesbackend", "each_story", "stories");
! for ($i = 0 ; $i < count($stories); $i++) {
switch( $ary['d']) {
case '0':
|