From 589b3aa1731c73ba9150368e16fcbe092d01308f Mon Sep 17 00:00:00 2001 From: james Date: Wed, 21 Jul 2010 20:16:25 +0000 Subject: [PATCH] Oops forgot to remove some debug --- common.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/common.inc.php b/common.inc.php index 87ce281..7a263e8 100644 --- a/common.inc.php +++ b/common.inc.php @@ -340,7 +340,6 @@ if(array_key_exists('users_id', $_SESSION)) { //take SFIABDIRECTORY off of the current URL $pageurl=substr($_SERVER['PHP_SELF'],strlen($config['SFIABDIRECTORY'])); -echo "looking up [$pageurl]
"; $q=mysql_query("SELECT * FROM rolestasks WHERE link='".mysql_real_escape_string($pageurl)."'"); if($r=mysql_fetch_object($q)) { //okay we found it, now get its full tree above it