This commit is contained in:
Christian Paminger
2007-06-08 07:03:51 +00:00
parent cc3d62247c
commit bda7a2419e
4 changed files with 17 additions and 19 deletions
+2 -4
View File
@@ -1,11 +1,9 @@
<?php
include('../../config.inc.php');
include('../../../include/globals.inc.php');
include('../../../include/functions.inc.php');
if (isset($REMOTE_USER))
$uid=$REMOTE_USER;
else
$uid='tw01e061';
$uid=USER_UID;
// Verbindung aufbauen
$conn=pg_pconnect(CONN_STRING) or die ("Unable to connect to SQL-Server");