|
|
|
|
@ -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 |
|
|
|
|
|