forked from science-ation/science-ation
Not sure where these came from, maybe a bad merge from old code?
This commit is contained in:
parent
538c2ae066
commit
1849d0362c
@ -426,9 +426,7 @@ $(document).ready(function() {
|
|||||||
while($c = mysql_fetch_assoc($q)) {
|
while($c = mysql_fetch_assoc($q)) {
|
||||||
echo "<tr><td>{$c['category']} => </td>";
|
echo "<tr><td>{$c['category']} => </td>";
|
||||||
echo "<td><select id=\"cat[{$c['id']}]\" name=\"cat[{$c['id']}]\" class=\"upload_cat\">";
|
echo "<td><select id=\"cat[{$c['id']}]\" name=\"cat[{$c['id']}]\" class=\"upload_cat\">";
|
||||||
while($sr=mysql_fetch_object($sq)) {
|
echo "<option value=\"-1\">Loading...</option>";
|
||||||
echo "<option value=\"-1\">Loading...</option>";
|
|
||||||
}
|
|
||||||
echo '</select></td></tr>';
|
echo '</select></td></tr>';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
@ -443,9 +441,7 @@ $(document).ready(function() {
|
|||||||
while($d = mysql_fetch_assoc($q)) {
|
while($d = mysql_fetch_assoc($q)) {
|
||||||
echo "<tr><td>{$d['division']} => </td>";
|
echo "<tr><td>{$d['division']} => </td>";
|
||||||
echo "<td><select id=\"div[{$d['id']}]\" name=\"div[{$d['id']}]\" class=\"upload_div\">";
|
echo "<td><select id=\"div[{$d['id']}]\" name=\"div[{$d['id']}]\" class=\"upload_div\">";
|
||||||
while($sr=mysql_fetch_object($sq)) {
|
echo "<option value=\"-1\">Loading...</option>";
|
||||||
echo "<option value=\"-1\">Loading...</option>";
|
|
||||||
}
|
|
||||||
echo '</select></td></tr>';
|
echo '</select></td></tr>';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user