Changeset 3448 for temp/trunk
- Timestamp:
- 2006/08/31 12:35:05 (20 years ago)
- Location:
- temp/trunk/html
- Files:
-
- 3 edited
-
admin/batch/daily.php (modified) (1 diff)
-
admin/total/index.php (modified) (1 diff)
-
shopping/complete.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/batch/daily.php
r3445 r3448 65 65 66 66 // ¥ê¥¢¥ë¥¿¥¤¥à¤Ç½¸·×¤ò¼Â»Ü¤¹¤ë¡£½¸·×¤¬½ªÎ»¤·¤Æ¤¤¤ë¥ì¥³¡¼¥É¤Ï¼Â»Ü¤·¤Ê¤¤¡£ 67 function lfRealTimeDailyTotal() { 68 67 /* 68 $sdate:YYYY-MM-DD hh:mm:ss·Á¼°¤ÎÆüÉÕ 69 $edate:YYYY-MM-DD hh:mm:ss·Á¼°¤ÎÆüÉÕ 70 */ 71 function lfRealTimeDailyTotal($sdate, $edate) { 72 $pass = strtotime($edate) - strtotime($sdate); 73 print(($pass / (24 * 3600))); 69 74 } 70 75 -
temp/trunk/html/admin/total/index.php
r2962 r3448 133 133 134 134 $objPage->tpl_page_type = "total/page_term.tpl"; 135 // ̤½¸·×¥Ç¡¼¥¿¤Î½¸·×¤ò¹Ô¤¦ 136 lfRealTimeDailyTotal($sdate, $edate); 137 135 138 // ¸¡º÷·ë²Ì¤Î¼èÆÀ 136 139 $objPage = lfGetOrderTerm($type, $sdate, $edate, $objPage); -
temp/trunk/html/shopping/complete.php
r2812 r3448 474 474 $sqlval['stock'] = null; 475 475 $objQuery->update("dtb_products_class", $sqlval, $where, $arrID); 476 $ret = $objQuery->getLastQuery();477 476 // ºß¸Ë¤ò¸º¤é¤¹ 478 477 } else { … … 482 481 } 483 482 $objQuery->update("dtb_products_class", $sqlval, $where, $arrID); 484 $ret = $objQuery->getLastQuery();485 483 } 486 484 }
Note: See TracChangeset
for help on using the changeset viewer.
