From b1d2fd76a6bd75c1df565efc0932759f5aeabaec Mon Sep 17 00:00:00 2001 From: jacob Date: Tue, 20 Dec 2011 15:40:17 +0000 Subject: [PATCH] Another bug fix on conferences.php --- super/conferences.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "";