From: <on...@us...> - 2002-09-19 17:15:22
|
Update of /cvsroot/xoops/xoops-current/html/class In directory usw-pr-cvs1:/tmp/cvs-serv13522 Modified Files: xoopsblock.php Log Message: no message Index: xoopsblock.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/class/xoopsblock.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** xoopsblock.php 19 Sep 2002 16:42:45 -0000 1.5 --- xoopsblock.php 19 Sep 2002 17:15:19 -0000 1.6 *************** *** 88,92 **** $sql .= ", position='".$position."', title='".$title."', content='".$content."', side='".$side."', weight='".$weight."', visible='".$visible."', c_type='".$c_type."', balias='".$balias."', bcachetime=".$bcachetime.", btemplate='".$btemplate."' WHERE bid='".$bid."'"; } - echo $sql; if ( !$this->db->query($sql) ) { $this->setErrors("Could not save block data into database"); --- 88,91 ---- |