Commented old classes code - Tables were removed

skala
Julio Montoya 13 years ago
parent 12318503f3
commit e46ba568af
  1. 3
      main/admin/user_information.php

@ -154,6 +154,7 @@ if (Database::num_rows($res) > 0) {
/**
* Show the classes in which this user is subscribed
*/
/*
$table_class_user = Database :: get_main_table(TABLE_MAIN_CLASS_USER);
$table_class = Database :: get_main_table(TABLE_MAIN_CLASS);
$sql = 'SELECT * FROM '.$table_class_user.' cu, '.$table_class.' c '.
@ -176,7 +177,7 @@ if (Database::num_rows($res) > 0) {
echo '</blockquote>';
} else {
echo '<p>'.get_lang('NoClassesForThisUser').'</p>';
}
}*/
/**
* Show the URL in which this user is subscribed

Loading…
Cancel
Save