- Timestamp:
- 2006/09/26 10:33:45 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/class/SC_Query.php (modified) (1 diff)
-
html/admin/system/bkup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_Query.php
r5857 r5858 385 385 386 386 function query($n ,$arr = "", $ignore_err = false){ 387 sfprintr($arr);388 387 $result = $this->conn->query($n, $arr, $ignore_err); 389 388 return $result; -
temp/trunk/html/admin/system/bkup.php
r5857 r5858 520 520 } 521 521 $sql .= ")"; 522 $objQuery-> query($sql, $arrInsdata);522 $objQuery->exec($sql, $arrInsdata); 523 523 524 524 $objQuery->getlastquery();
Note: See TracChangeset
for help on using the changeset viewer.
