From: Chris S. <san...@us...> - 2005-09-13 08:48:18
|
Update of /cvsroot/stack/stack-1-0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23612 Modified Files: user.php Log Message: Index: user.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/user.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** user.php 12 Sep 2005 08:07:47 -0000 1.9 --- user.php 13 Sep 2005 08:48:10 -0000 1.10 *************** *** 89,93 **** include($stack_root.'/html/quizchoose.html'); ! $name = "{$user_stu[username]} ({$user_stu[firstname]} {$user_stu[lastname]})"; echo "<h1>Review the work of $name</h1>\n\n"; --- 89,93 ---- include($stack_root.'/html/quizchoose.html'); ! $name = "{$user_stu['username']} ({$user_stu['firstname']} {$user_stu['lastname']})"; echo "<h1>Review the work of $name</h1>\n\n"; |