From: Joe Presbrey Date: Thu, 8 Sep 2005 22:23:11 +0000 (+0000) Subject: git-svn-id: svn://presbrey.mit.edu/sql/mitsql@46 a142d4bd-2cfb-0310-9673-cb33a7e74f58 X-Git-Url: http://andersk.mit.edu/gitweb/sql-web.git/commitdiff_plain/79fb5722d04204fe5b9bbdae7076def49401b167 git-svn-id: svn://presbrey.mit.edu/sql/mitsql@46 a142d4bd-2cfb-0310-9673-cb33a7e74f58 --- diff --git a/contact.php b/contact.php index c642dee..3e99683 100644 --- a/contact.php +++ b/contact.php @@ -3,6 +3,8 @@ require_once('mitsql.cfg.php'); require_once('mitsql.lib.php'); +$User = new User($Login->getUserID()); + //redirect('main'); include 'tpl/contact.php';