Update of /cvsroot/phpslash/phpslash-dev/include/modules/block
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv721/phpslash-dev/include/modules/block
Modified Files:
Block_i.class
Log Message:
split slash-all.sql into psl_core and psl_example
Index: Block_i.class
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/modules/block/Block_i.class,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Block_i.class 27 Aug 2004 17:14:57 -0000 1.4
--- Block_i.class 19 Oct 2004 21:47:19 -0000 1.5
***************
*** 70,74 ****
if ( $this->argv_ary != $ary) {
$this->argv_ary = $ary;
! $block_ary = $this->extractBlocks( $ary);
}
--- 70,74 ----
if ( $this->argv_ary != $ary) {
$this->argv_ary = $ary;
! $this->block_ary = $this->extractBlocks( $ary);
}
|