diff --git a/super/conferences.php b/super/conferences.php index 3d9a420..7a469bc 100644 --- a/super/conferences.php +++ b/super/conferences.php @@ -134,7 +134,7 @@ if(array_key_exists('action', $_GET)){ case 'edit': // give them an editor in which to modify an existing conference $cid = intval($_POST['id']); - if(!$cid){ + if($cid){ $conf = mysql_fetch_assoc(mysql_query("SELECT * FROM conferences WHERE id = $cid")); if(is_array($conf)){ echo "";