Update of /cvsroot/stack/stack-1-0/frontend_general
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21154/frontend_general
Modified Files:
Tag: frontend_dev
qb_display.php
Log Message:
More question bank tidying up changes
Index: qb_display.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/frontend_general/Attic/qb_display.php,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** qb_display.php 16 Jun 2005 13:09:23 -0000 1.1.2.2
--- qb_display.php 16 Jun 2005 13:49:22 -0000 1.1.2.3
***************
*** 101,103 ****
--- 101,107 ----
echo "<h2>Current database of questions</h2>";
}
+
+ function stack_upload_error_screen() {
+ echo '<p>Could not extract a question from your uploaded file. Please edit your file carefully and try again.</p>';
+ }
?>
|