]> andersk Git - sql-web.git/blobdiff - test.php
Remove ambiguity between usernames and user IDs
[sql-web.git] / test.php
index 2c6210a5eed3b872db8f22a14300c1aa73efcced..1dc08ab8c1b8671707300c1312fceea369a82f3e 100755 (executable)
--- a/test.php
+++ b/test.php
@@ -6,7 +6,7 @@
 require_once('mitsql.cfg.php');
 require_once('mitsql.lib.php');
 
-include 'tpl/head.php';
+//include 'tpl/head.php';
 
 function getManagedDBs($owner=null) {
        $databases = array_keys(fetchRows(DBSelect('SELECT Name FROM DB WHERE bEnabled=1'),'Name'));
@@ -45,5 +45,7 @@ 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';
+print_r(getUsernameID('presbrey'));
+
+//include 'tpl/foot.php';
 ?>
This page took 0.026253 seconds and 4 git commands to generate.