Update of /cvsroot/stack/stack-1-0
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11544
Modified Files:
index.php
Log Message:
Index: index.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/index.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** index.php 26 Oct 2005 17:48:50 -0000 1.33
--- index.php 27 Oct 2005 12:25:16 -0000 1.34
***************
*** 177,180 ****
--- 177,181 ----
$quiz_store = stack_db_subject_quiz_list_student($subjectID);
stack_quiz_student_select($subjectID,$quiz_store, $user);
+ echo "\n<font size='-1'>\n".get_string('quiz_version_info2','stack','')."\n</font>\n";
echo $subject['subjectHTMLFoot'];
}
|