- Timestamp:
- 2006/10/13 18:33:39 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 3 edited
-
data/lib/slib.php (modified) (1 diff)
-
data/update/admin/products/category.php (modified) (1 diff)
-
html/admin/products/category.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r6330 r6337 94 94 $extern_php = DATA_PATH . "update/" . $main_php; 95 95 if(file_exists($extern_php)) { 96 require_once($extern_php);96 include($extern_php); 97 97 } 98 98 } -
temp/trunk/data/update/admin/products/category.php
r6336 r6337 17 17 } 18 18 19 lfCategoryPHP(); 20 exit; 19 21 20 22 function lfCategoryPHP() { -
temp/trunk/html/admin/products/category.php
r6322 r6337 204 204 function lfInitParam() { 205 205 global $objFormParam; 206 207 sfPrintR($objFormParam); 208 206 209 $objFormParam->addParam("¥«¥Æ¥´¥ê̾", "category_name", STEXT_LEN, "KVa", array("EXIST_CHECK","SPTAB_CHECK","MAX_LENGTH_CHECK")); 207 210 }
Note: See TracChangeset
for help on using the changeset viewer.
