Changeset 2732 for temp/trunk/html
- Timestamp:
- 2006/08/29 17:24:39 (20 years ago)
- Location:
- temp/trunk/html/admin/mail
- Files:
-
- 2 edited
-
inc_mailmagazine.php (modified) (1 diff)
-
index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/mail/inc_mailmagazine.php
r2706 r2732 21 21 ,array( "column" => "send_minutes", "convert" => "n" ) 22 22 ,array( "column" => "subject", "convert" => "aKV" ) 23 ,array( "column" => "body", "convert" => " aKV" )23 ,array( "column" => "body", "convert" => "KV" ) 24 24 ); 25 25 -
temp/trunk/html/admin/mail/index.php
r2730 r2732 231 231 //-- ÆþÎÏÃÍ¥³¥ó¥Ð¡¼¥È 232 232 $arrCheckColumn = array_merge( $arrSearchColumn, $arrRegistColumn ); 233 234 sfprintr($arrCheckColumn); 233 235 $objPage->list_data = lfConvertParam($_POST, $arrCheckColumn); 234 236 … … 363 365 $dataCnt = count($search_data); 364 366 365 sfprintr($arrData);366 367 367 $dtb_send_history = array(); 368 368 $dtb_send_history["send_id"] = $conn->getOne("SELECT NEXTVAL('dtb_send_history_send_id_seq')");
Note: See TracChangeset
for help on using the changeset viewer.
