summaryrefslogtreecommitdiff
path: root/www-ssl/admin
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-11-23 17:39:05 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-11-23 17:39:05 +0000
commit3ea895c901362fecb120933f1631b4cc27e293d1 (patch)
treead6ac69953b5f525127a74c36e0fc1f674270332 /www-ssl/admin
parent6c52da6bf5bbdb1199fac63e7624ddd9473acd89 (diff)
config file umbenant
git-svn-id: svn://svn.cccv.de/engel-system@171 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/admin')
-rwxr-xr-xwww-ssl/admin/EngelType.php4
-rwxr-xr-xwww-ssl/admin/schichtplan_druck.php2
2 files changed, 3 insertions, 3 deletions
diff --git a/www-ssl/admin/EngelType.php b/www-ssl/admin/EngelType.php
index 4ea68c98..03f89b85 100755
--- a/www-ssl/admin/EngelType.php
+++ b/www-ssl/admin/EngelType.php
@@ -7,7 +7,7 @@ include("./inc/funktion_db.php");
function runSQL( $SQL)
{
- include( "./inc/db.php");
+ global $con;
// hier muesste das SQL ausgefuehrt werden...
$Erg = mysql_query($SQL, $con);
if ($Erg)
@@ -27,7 +27,7 @@ function runSQL( $SQL)
function runSQL_log( $SQL, $commed)
{
- include( "./inc/db.php");
+ global $con;
// hier muesste das SQL ausgefuehrt werden...
$Erg = db_query($SQL, $commed);
if ($Erg)
diff --git a/www-ssl/admin/schichtplan_druck.php b/www-ssl/admin/schichtplan_druck.php
index 3ec0cfe5..55dc2041 100755
--- a/www-ssl/admin/schichtplan_druck.php
+++ b/www-ssl/admin/schichtplan_druck.php
@@ -79,7 +79,7 @@ else //#################################################################
$Raum = $_POST["Raum"];
$ausdatum = $_POST["ausdatum"];
- include ("./inc/db.php");
+ include ("./inc/config_db.php");
include ("./inc/config.php");
include ("./inc/secure.php");
//var wird nur gesetzt immer edit auszublenden, achtung sesion darf nicht gestart sein !!!