Changeset 5949
- Timestamp:
- 2006/09/29 20:17:03 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/design/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/design/index.php
r5948 r5949 377 377 $filename = uniqid(""); 378 378 379 $arrPreData = lfgetPageData(" page_id = ? " , array( 0));379 $arrPreData = lfgetPageData(" page_id = ? " , array("0")); 380 380 381 381 // tpl¥Õ¥¡¥¤¥ë¤Îºï½ü 382 382 $del_tpl = ROOT_DIR . USER_DIR . "templates/" . $arrPreData[0]['filename'] . '.tpl'; 383 sfprintr($del_tpl);384 383 if (file_exists($del_tpl)){ 385 384 unlink($del_tpl);
Note: See TracChangeset
for help on using the changeset viewer.
