Changeset 5859 for temp/trunk/html


Ignore:
Timestamp:
2006/09/26 10:34:53 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/system/bkup.php

    r5858 r5859  
    516516        $sql = $base_sql . "VALUES ( ?"; 
    517517        $arrInsdata = split(",",$data); 
    518         for($i = 0; $i < count($arrInsdata); $i++){ 
     518        for($i = 1; $i < count($arrInsdata); $i++){ 
    519519            $sql .= ",?"; 
    520520        } 
    521521        $sql .= ")"; 
    522         $objQuery->exec($sql, $arrInsdata); 
     522        $objQuery->query($sql, $arrInsdata); 
    523523         
    524524        $objQuery->getlastquery(); 
Note: See TracChangeset for help on using the changeset viewer.