[Phpslash-commit] CVS: phpslash-ft/class Block.class,1.6,1.7
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2002-01-07 17:21:35
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory usw-pr-cvs1:/tmp/cvs-serv24718/phpslash-ft/class Modified Files: Block.class Log Message: putBlock tweak Index: Block.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/Block.class,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Block.class 2001/11/07 21:34:59 1.6 --- Block.class 2002/01/07 17:21:32 1.7 *************** *** 192,195 **** --- 192,196 ---- type = '$block_array[block_type]', expire_length = '$block_array[expire_length]', + last_update = '', title = '$block_array[block_title]', location = '$block_array[location]', |