[phpwebapp-commits] CVS: top10/templates/proj_details/comments comments.php,1.6.2.1,1.6.2.2
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-01-15 14:53:46
|
Update of /cvsroot/phpwebapp/top10/templates/proj_details/comments In directory sc8-pr-cvs1:/tmp/cvs-serv28809/templates/proj_details/comments Modified Files: Tag: maisp comments.php Log Message: small fixes Index: comments.php =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/proj_details/comments/comments.php,v retrieving revision 1.6.2.1 retrieving revision 1.6.2.2 diff -C2 -d -r1.6.2.1 -r1.6.2.2 *** comments.php 14 Jan 2004 16:25:59 -0000 1.6.2.1 --- comments.php 15 Jan 2004 14:53:42 -0000 1.6.2.2 *************** *** 47,52 **** //get the email of the user ! $username = WebApp::getSVar("username", compact("username")); ! $rs = WebApp::openRS("get_user"); if ($rs->EOF()) //no such user { --- 47,51 ---- //get the email of the user ! $rs = WebApp::openRS("get_user", compact("username")); if ($rs->EOF()) //no such user { |