Adding a comment

This commit is contained in:
Axel ROGER 2013-04-19 11:40:22 +00:00
parent 5f5b00694a
commit bb72ecdf72
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class DB_users extends DB_Sql {
/**
* Creator
*/
function DB_users($empty=false) {
function DB_users($empty=false) { // Sometimes we need to create this object with empty parameters, but by default we fill them with those of the current user's DB
global $cuid, $db, $err;
if (!$empty){