Changeset 1945 for temp/trunk
- Timestamp:
- 2006/08/25 13:45:22 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 4 edited
-
data/Smarty/templates/admin/products/index.tpl (modified) (previous)
-
data/class/SC_SelectSql.php (modified) (1 diff)
-
html/admin/mail/index.php (modified) (1 diff)
-
html/admin/products/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_SelectSql.php
r1944 r1945 68 68 function selectTermRange($from_year, $from_month, $from_day, $to_year, $to_month, $to_day, $column) { 69 69 70 sfprintr($from_year ." : ". $from_month ." : ". $from_day ." : ". $to_year ." : ". $to_month ." : ". $to_day);71 72 70 // FROM 73 71 $date1 = $from_year . "/" . $from_month . "/" . $from_day; -
temp/trunk/html/admin/mail/index.php
r1934 r1945 110 110 $linemax = $objQuery->count($from, $where, $arrval); 111 111 $objPage->tpl_linemax = $linemax; // ²¿·ï¤¬³ºÅö¤·¤Þ¤·¤¿¡£É½¼¨ÍÑ 112 113 $objQuery->getlastquery(true);114 112 115 113 // ¥Ú¡¼¥¸Á÷¤ê¤Î¼èÆÀ -
temp/trunk/html/admin/products/index.php
r1863 r1945 298 298 $objErr->doFunc(array("½ªÎ»Æü", "search_endyear", "search_endmonth", "search_endday"), array("CHECK_DATE")); 299 299 $objErr->doFunc(array("³«»ÏÆü", "½ªÎ»Æü", "search_startyear", "search_startmonth", "search_startday", "search_endyear", "search_endmonth", "search_endday"), array("CHECK_SET_TERM")); 300 $objErr->doFunc(array("µ¬³ÊID", "search_product_class_id"), array("NUM_CHECK")); 300 301 return $objErr->arrErr; 301 302 }
Note: See TracChangeset
for help on using the changeset viewer.
