Changeset 5774 for temp/trunk/html


Ignore:
Timestamp:
2006/09/25 17:15:49 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r5773 r5774  
    157157            // ¼«Æ°ºÎÈÖ·¿¤Î¹½À®¤ò¼èÆÀ¤¹¤ë 
    158158            $csv_autoinc .= lfGetAutoIncrement($val); 
    159              
    160             //sfprintr($csv_autoinc); 
    161159             
    162160            // Á´¥Ç¡¼¥¿¤ò¼èÆÀ 
     
    300298                WHERE (c.relname=?) AND (c.oid=a.attrelid) AND (a.atttypid=t.oid) AND a.attnum > 0 
    301299                ORDER BY fldnum"; 
    302         $arrRet = $objQuery->getAll($sql, array($table_name)); 
    303     } 
    304      
     300    }else if(DB_TYPE == "mysql"){ 
     301        $sql = "SHOW COLUMNS FROM ?"; 
     302    } 
     303     
     304    $arrRet = $objQuery->getAll($sql, array($table_name)); 
    305305    return sfSwapArray($arrRet); 
    306306} 
Note: See TracChangeset for help on using the changeset viewer.