Changeset 13807 for branches/dev/html/admin
- Timestamp:
- 2007/05/30 16:43:35 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/admin/basis/template_input.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/basis/template_input.php
r13798 r13807 48 48 // ¿·µ¬ÅÐÏ¿ 49 49 $objPage->arrForm = lfConvData( $_GET ); 50 print_r($objPage->arrForm);print("<br>");51 $objPage->arrErr = print_r(lfErrorCheck($objPage->arrForm));exit;50 //print_r($objPage->arrForm);print("<br>"); 51 $objPage->arrErr = lfErrorCheck($objPage->arrForm); 52 52 53 53 if ( ! $objPage->arrErr ){ … … 102 102 function lfErrorCheck() { 103 103 $objErr = new SC_CheckError(); 104 104 105 105 $objErr->doFunc(array("¥á¡¼¥ë·Á¼°", "send_type"), array("EXIST_CHECK", "ALNUM_CHECK")); 106 106 $objErr->doFunc(array("¥Æ¥ó¥×¥ì¡¼¥È", "template_name"), array("EXIST_CHECK", "ALNUM_CHECK"));
Note: See TracChangeset
for help on using the changeset viewer.
