remove forgotten debug line
git-svn-id: http://piwigo.org/svn/trunk@1933 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
7acc304f55
commit
4001c9164e
1 changed files with 0 additions and 1 deletions
|
@ -834,7 +834,6 @@ function create_user_infos($arg_id, $override_values = null)
|
|||
if (!is_null($override_values))
|
||||
{
|
||||
$default_user = array_merge($default_user, $override_values);
|
||||
print_r($default_user);
|
||||
}
|
||||
|
||||
foreach ($user_ids as $user_id)
|
||||
|
|
Loading…
Reference in a new issue