Update of /cvsroot/stack/stack-1-0
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31554
Modified Files:
user.php
Log Message:
Index: user.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/user.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** user.php 24 Nov 2005 19:01:54 -0000 1.15
--- user.php 24 Nov 2005 19:02:48 -0000 1.16
***************
*** 162,167 ****
<input type='submit' name='submit' value='Submit' />";
if (is_array($subject_classlist)) {
- echo '<h2>'.get_string('FE_user_enrolled','stack','')."</h2>\n";
echo "<table>";
$trcol = FALSE;
--- 162,167 ----
<input type='submit' name='submit' value='Submit' />";
+ echo '<h2>'.get_string('FE_user_enrolled','stack','')."</h2>\n";
if (is_array($subject_classlist)) {
echo "<table>";
$trcol = FALSE;
***************
*** 178,183 ****
}
if (is_array($users)) {
- echo '<h2>'.get_string('FE_user_not_enrolled','stack','')."</h2>\n";
echo "<table>";
$trcol = FALSE;
--- 178,183 ----
}
+ echo '<h2>'.get_string('FE_user_not_enrolled','stack','')."</h2>\n";
if (is_array($users)) {
echo "<table>";
$trcol = FALSE;
|