- Timestamp:
- 2007/10/26 10:57:55 (15 years ago)
- Location:
- branches/feature-module-update/data/class/pages/admin/design
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/pages/admin/design/LC_Page_Admin_Design.php
r16396 r16570 227 227 $this->arrPageData = $arrPageData[0]; 228 228 229 global $GLOBAL_ERR; // FIXME229 global $GLOBAL_ERR; 230 230 $errCnt = 0; 231 231 if ($GLOBAL_ERR != "") { -
branches/feature-module-update/data/class/pages/admin/design/LC_Page_Admin_Design_Bloc.php
r16280 r16570 131 131 // ファイル作成 132 132 $fp = fopen(USER_PATH . BLOC_DIR . $_POST['filename'] . '.tpl',"w"); 133 fwrite($fp, $_POST['bloc_html']); // FIXME 133 fwrite($fp, $_POST['bloc_html']); // FIXME いきなり POST はちょっと... 134 134 fclose($fp); 135 135
Note: See TracChangeset
for help on using the changeset viewer.