- Timestamp:
- 2006/08/29 14:21:00 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 3 edited
-
data/class/SC_SelectSql.php (modified) (2 diffs)
-
html/admin/mail/inc_mailmagazine.php (modified) (1 diff)
-
html/admin/mail/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_SelectSql.php
r2158 r2686 76 76 // ³«»Ï´ü´Ö¤À¤±»ØÄê¤Î¾ì¹ç 77 77 if( ( $from_year != "" ) && ( $from_month != "" ) && ( $from_day != "" ) && ( $to_year == "" ) && ( $to_month == "" ) && ( $to_day == "" ) ) { 78 $this->setWhere( $column ." >= " . $date1);78 $this->setWhere( $column ." >= '" . $date1 . "'"); 79 79 } 80 80 … … 82 82 if( ( $from_year != "" ) && ( $from_month != "" ) && ( $from_day != "" ) && 83 83 ( $to_year != "" ) && ( $to_month != "" ) && ( $to_day != "" ) ) { 84 $this->setWhere( $column ." >= " . $date1 ."AND ". $column . " < date('" . $date2 . "')+1" );84 $this->setWhere( $column ." >= '" . $date1 ."' AND ". $column . " < date('" . $date2 . "')+1" ); 85 85 } 86 86 -
temp/trunk/html/admin/mail/inc_mailmagazine.php
r1893 r2686 27 27 $arrCustomerType = array( 28 28 1 => "²ñ°÷", 29 2 => " ¥á¥ë¥Þ¥¬ÅÐÏ¿",29 2 => "Èó²ñ°÷", 30 30 //3 => "CSVÅÐÏ¿" 31 31 ); -
temp/trunk/html/admin/mail/index.php
r2144 r2686 110 110 $linemax = $objQuery->count($from, $where, $arrval); 111 111 $objPage->tpl_linemax = $linemax; // ²¿·ï¤¬³ºÅö¤·¤Þ¤·¤¿¡£É½¼¨ÍÑ 112 113 $objQuery->getlastquery(true); 112 114 113 115 // ¥Ú¡¼¥¸Á÷¤ê¤Î¼èÆÀ
Note: See TracChangeset
for help on using the changeset viewer.
