]> andersk Git - sql-web.git/blobdiff - test.php
new style: conform to new <scripts.mit.edu> textpattern template
[sql-web.git] / test.php
index 1aab1e4e4c6e2e3f0b71b01a5ff0414a9ec76a2f..16150f4d1ea62651232272762dc4d53495e2986e 100755 (executable)
--- a/test.php
+++ b/test.php
@@ -36,5 +36,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.02381 seconds and 4 git commands to generate.