nig
This commit is contained in:
MallocNull 2014-07-15 08:34:40 -05:00
parent 5a1c8a6e4e
commit 5b9da768f8

View file

@ -1,11 +1,10 @@
<?php include("conn.php"); <?php include("conn.php");
$condtypes = array(); $condtypes = array();
$resptypes = array();
$q = mysql_query("SELECT * FROM `conditions`"); $q = mysql_query("SELECT * FROM `conditions`");
while($cond = mysql_fetch_object($q)) { while($cond = mysql_fetch_object($q)) {
$condtypes[$cond->id] = array(); $condtypes[$cond->id] = $cond->friendlyname;
} }
if($_POST["resptype"]) { if($_POST["resptype"]) {