Skip to content
Snippets Groups Projects
Commit 143fde46 authored by User expired's avatar User expired
Browse files

removed debugging statement

parent 1923a2f3
No related branches found
No related tags found
1 merge request!10160705
......@@ -259,7 +259,6 @@ if ($_SESSION['session_user_level'] < 10) { //not admin
$sql .= ' GROUP BY g.group_name, g.group_id ';
}
$sql .= ' ORDER BY g.group_name ';
F_print_error('INFO',$sql);
if ($r = F_db_query($sql, $db)) {
echo '<option value="0"';
if ($group_id == 0) {
......@@ -452,4 +451,4 @@ require_once('../code/tce_page_footer.php');
//============================================================+
// END OF FILE
//============================================================+
//============================================================+
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment