From: <jhe...@us...> - 2002-07-17 10:58:30
|
Update of /cvsroot/upcase-project/UpCase/lib In directory usw-pr-cvs1:/tmp/cvs-serv20249 Modified Files: uc_accounts.php Log Message: added a little comment to test syncmail Index: uc_accounts.php =================================================================== RCS file: /cvsroot/upcase-project/UpCase/lib/uc_accounts.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** uc_accounts.php 16 Jul 2002 15:31:56 -0000 1.1.1.1 --- uc_accounts.php 17 Jul 2002 10:58:25 -0000 1.2 *************** *** 17,20 **** --- 17,21 ---- } + // Fill a user object with data retrieved from the database function getUser($username, $uid) { |