]> andersk Git - sql-web.git/commitdiff
git-svn-id: svn://presbrey.mit.edu/sql/mitsql@46 a142d4bd-2cfb-0310-9673-cb33a7e74f58
authorJoe Presbrey <presbrey@mit.edu>
Thu, 8 Sep 2005 22:23:11 +0000 (22:23 +0000)
committerJoe Presbrey <presbrey@mit.edu>
Thu, 8 Sep 2005 22:23:11 +0000 (22:23 +0000)
contact.php

index c642dee72877caa57db7f0fafd80428974454f4c..3e99683d70b988e4b1cec0b3a00caba8e3ce5e0f 100644 (file)
@@ -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';
This page took 0.030159 seconds and 5 git commands to generate.