[Phpslash-commit] CVS: phpslash-ft/class Block.class,1.32,1.33
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2003-05-06 20:44:03
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory sc8-pr-cvs1:/tmp/cvs-serv21147/phpslash-ft/class Modified Files: Block.class Log Message: reduce php warnings. Index: Block.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/Block.class,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** Block.class 23 Apr 2003 15:14:47 -0000 1.32 --- Block.class 6 May 2003 20:43:59 -0000 1.33 *************** *** 668,671 **** --- 668,673 ---- function extractBlocks($ary) { + $last = 0; + // debug("Block.class::extractBlocks::ary", $ary); // a new db object because the parser uses this->db |