Changeset 5838 for temp/trunk


Ignore:
Timestamp:
2006/09/25 20:06:19 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/lib/slib.php

    r5642 r5838  
    24872487} 
    24882488 
     2489function sfSetDblQut($data){ 
     2490    strtr 
     2491} 
     2492 
     2493 
    24892494/* ¥Ç¥Ð¥Ã¥°ÍÑ ------------------------------------------------------------------------------------------------*/ 
    24902495function sfPrintR($obj) { 
  • temp/trunk/html/admin/system/bkup.php

    r5837 r5838  
    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        } 
Note: See TracChangeset for help on using the changeset viewer.