Changeset 11030 for temp/branches
- Timestamp:
- 2006/12/21 10:39:11 (19 years ago)
- Location:
- temp/branches/ec-cube-beta/html
- Files:
-
- 2 edited
-
admin/contents/campaign_create_tag.php (modified) (1 diff)
-
campaign/default/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/html/admin/contents/campaign_create_tag.php
r11027 r11030 158 158 159 159 global $objQuery; 160 161 160 162 161 // ½ñ¤¹þ¤ß¥¿¥° -
temp/branches/ec-cube-beta/html/campaign/default/index.php
r10985 r11030 19 19 $objQuery = new SC_Query(); 20 20 21 22 23 24 21 // ¥Ç¥£¥ì¥¯¥È¥ê̾¤ò¼èÆÀ 25 22 $dir_name = dirname($_SERVER['PHP_SELF']); … … 31 28 } else { 32 29 $status = CAMPAIGN_TEMPLATE_END; 30 } 31 32 if($_GET['test'] != "") { 33 $objPage->tpl_test = 'false'; 34 } else { 35 $objPage->tpl_test = 'true'; 33 36 } 34 37
Note: See TracChangeset
for help on using the changeset viewer.
