Changeset 8883


Ignore:
Timestamp:
2006/11/25 14:20:48 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

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

    r8882 r8883  
    801801    if (count($array) > 0) { 
    802802        foreach($array as $key => $val) { 
     803            $line = ereg_replace("\n", ",$", $line); 
    803804            $line .= "\"".$val."\","; 
    804805        } 
  • temp/trunk/html/admin/system/bkup.php

    r8878 r8883  
    177177                $arrKyes = sfGetCommaList(array_keys($arrData[0]), false); 
    178178                 
    179                 if ($val == "dtb_order"){ 
    180                     sfprintr(sfGetCSVList($arrData[0])); 
    181                     exit(); 
    182                 } 
    183                  
    184179                // ¥Ç¡¼¥¿¤òCSV·Á¼°¤ËÀ°¤¨¤ë 
    185180                $data = ""; 
Note: See TracChangeset for help on using the changeset viewer.