Changeset 14640 for branches/dev/html/admin/basis
- Timestamp:
- 2007/06/14 12:33:56 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/admin/basis/preview.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/basis/preview.php
r14035 r14640 32 32 print($result[0]["header"]); 33 33 if ( $result ){ 34 if ( $result[0]["mail_method"] == 2 ){ 35 // ¥Æ¥¥¹¥È·Á¼°¤Î»þ¤Ï¥¿¥°Ê¸»ú¤ò¥¨¥¹¥±¡¼¥× 36 $objPage->escape_flag = 1; 37 } 38 // $result[0] = nl2br($result[0]["header"]); 34 if ( $result[0]["mail_method"] == 2 ){ 35 // ¥Æ¥¥¹¥È·Á¼°¤Î»þ¤Ï¥¿¥°Ê¸»ú¤ò¥¨¥¹¥±¡¼¥× 36 $objPage->escape_flag = 1; 37 } 39 38 $objPage->list_data = $result[0]; 40 39 } 41 40 42 41 } 43 42 44 43 $objView->assignobj($objPage); 45 44 $objView->display($objPage->tpl_mainpage);
Note: See TracChangeset
for help on using the changeset viewer.
