[svn r19727] Updated PHPdoc

skala
Yannick Warnier 17 years ago
parent 4227465960
commit b883434d6f
  1. 6
      main/auth/profile.php

@ -1,4 +1,4 @@
<?php // $Id: profile.php 19483 2009-04-01 20:07:16Z juliomontoya $
<?php // $Id: profile.php 19727 2009-04-13 00:39:28Z yannoo $
/* For licensing terms, see /dokeos_license.txt */
/**
==============================================================================
@ -566,10 +566,10 @@ function upload_user_production($user_id)
return false; // this should be returned if anything went wrong with the upload
}
/**
* Write old password to change a new password.
* @param int User id
* Check current user's current password
* @param char password
* @return bool true o false
* @uses Gets user ID from global variable
*/
function check_user_password($password){
global $_user;

Loading…
Cancel
Save