summaryrefslogtreecommitdiff
path: root/www-ssl/admin/EngelType.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/admin/EngelType.php')
-rwxr-xr-xwww-ssl/admin/EngelType.php4
1 files changed, 2 insertions, 2 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)