Skip to content

Commit

Permalink
cleanup code : remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleant committed Jan 23, 2013
1 parent ce856f7 commit bbcf7c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/schema/User_Schema.class.php
Expand Up @@ -610,7 +610,6 @@ private function _deleteTableRows($delrow,$cfgRelation,$db,$chpage)
. PMA_Util::sqlAddSlashes($current_row) . '\'' . "\n"
. ' AND pdf_page_number = \''
. PMA_Util::sqlAddSlashes($chpage) . '\'';
echo $del_query;
PMA_queryAsControlUser($del_query, false);
}
}
Expand Down

0 comments on commit bbcf7c1

Please sign in to comment.