Changeset 5107 for temp/trunk
- Timestamp:
- 2006/09/19 09:40:01 (20 years ago)
- Location:
- temp/trunk/html
- Files:
-
- 3 edited
-
admin/total/class/SC_GraphBase.php (modified) (1 diff)
-
install/create_table_pgsql.sql (modified) (previous)
-
install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/total/class/SC_GraphBase.php
r2872 r5107 97 97 imagepng($this->image); 98 98 } 99 99 100 100 imagedestroy($this->image); 101 101 } -
temp/trunk/html/install/index.php
r5106 r5107 469 469 foreach($sql_split as $key => $val){ 470 470 if (trim($val) != "") { 471 sfprintr($val);472 471 $ret = $objDB->query($val); 473 472 if(PEAR::isError($ret) and $disp_err) {
Note: See TracChangeset
for help on using the changeset viewer.
