]> andersk Git - sql-web.git/blobdiff - test.php
move question stats to database
[sql-web.git] / test.php
index 1aab1e4e4c6e2e3f0b71b01a5ff0414a9ec76a2f..2c6210a5eed3b872db8f22a14300c1aa73efcced 100755 (executable)
--- a/test.php
+++ b/test.php
@@ -1,4 +1,7 @@
 <?php
+/*
+       (c) 2005 Joe Presbrey
+*/
 
 require_once('mitsql.cfg.php');
 require_once('mitsql.lib.php');
@@ -36,5 +39,11 @@ print_r($GLOBALS);
 
 //checkQuotas();
 
+printMsgs(array('this is a test msg: test 0'));
+printMsgs(array('this is a test msg: test 1', 'this is a test msg: test 2'));
+
+printErrors(array('this is a test error: test 0'));
+printErrors(array('this is a test error: test 1', 'this is a test error: test 2'));
+
 include 'tpl/foot.php';
 ?>
This page took 0.036499 seconds and 4 git commands to generate.