Changeset 3677


Ignore:
Timestamp:
2006/09/01 16:07:42 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_Query.php

    r3413 r3677  
    8484    function getall($sql, $arrval = array()) { 
    8585        $ret = $this->conn->getAll($sql, $arrval); 
     86        $this->conn->getlastquery(); 
    8687        return $ret; 
    8788    } 
  • temp/trunk/html/admin/system/update.php

    r3676 r3677  
    5050$col = "module_id, module_name, now_version, latest_version, module_explain, create_date, release_date"; 
    5151$objQuery->setorder("module_id"); 
    52 //$objPage->arrUpdate = $objQuery->select($col, "dtb_update"); 
     52$objPage->arrUpdate = $objQuery->select($col, "dtb_update"); 
    5353 
    5454$objView->assignobj($objPage);      //ÊÑ¿ô¤ò¥Æ¥ó¥×¥ì¡¼¥È¤Ë¥¢¥µ¥¤¥ó¤¹¤ë 
Note: See TracChangeset for help on using the changeset viewer.