X-Git-Url: http://andersk.mit.edu/gitweb/sql-web.git/blobdiff_plain/7d64c09fae72f64fbee6d512d2ad681f99307954..89905822275ff9062a8fefb007b088abee0b0b45:/test.php diff --git a/test.php b/test.php index 2c6210a..1dc08ab 100755 --- 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'; ?>