This commit is contained in:
whitedot
2013-03-29 11:38:12 +09:00
parent d925d2243b
commit 6c7685691c

View File

@ -125,7 +125,7 @@ include_once (G4_ADMIN_PATH.'/admin.head.php');
<th scope="col"><label for="ca_id">분류명</label></th> <th scope="col"><label for="ca_id">분류명</label></th>
<td colspan="3"> <td colspan="3">
<select name="ca_id" id="ca_id" onchange="categorychange(this.form)"> <select name="ca_id" id="ca_id" onchange="categorychange(this.form)">
<option value="">= 기본분류 =</option> <option value="">= 기본분류 =</option>
<? <?
$script = ""; $script = "";
$sql = " select * from {$g4['yc4_category_table']} "; $sql = " select * from {$g4['yc4_category_table']} ";