瀏覽代碼

[svn r19727] Updated PHPdoc

Yannick Warnier 16 年之前
父節點
當前提交
b883434d6f
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      main/auth/profile.php

+ 3 - 3
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;