Changeset 4989
- Timestamp:
- 2006/09/18 15:02:22 (20 years ago)
- Location:
- temp/trunk/html/admin
- Files:
-
- 2 edited
-
batch/daily.php (modified) (2 diffs)
-
total/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/batch/daily.php
r4988 r4989 273 273 $start_date = date("Y/m/d",strtotime("-10 year",strtotime($start_date))); 274 274 } 275 276 275 // ÃÂÀ¸ÆüÆþÎϤʤ· 277 276 $where = $base_where . " AND order_birth IS NULL AND del_flg = 0"; … … 289 288 } 290 289 $sqlval = $arrRet[0]; 291 292 $objQuery->getlastquery();293 290 294 291 // ¶õʸ»ú¤ò"0"¤ËÊÑ´¹ -
temp/trunk/html/admin/total/index.php
r4983 r4989 653 653 $objPage->arrResults = $objQuery->getall($sql, $arrval); 654 654 655 $objQuery->getlastquery(); 656 655 657 $max = count($objPage->arrResults); 656 658 for($i = 0; $i < $max; $i++) {
Note: See TracChangeset
for help on using the changeset viewer.
