diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-11-11 12:43:54 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-11-11 12:43:54 +0000 |
commit | e502205341c335e3a15398619cf14c9bc0b7a170 (patch) | |
tree | 674b0250daced9af942ab8557ed38aa9f9a88c06 /www-ssl/admin | |
parent | e87e62d953ec5d4a79390ce28ef88fe43a816473 (diff) |
problem mit events.cccv.de function db_query not fond
git-svn-id: svn://svn.cccv.de/engel-system@158 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/admin')
-rwxr-xr-x | www-ssl/admin/user2.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www-ssl/admin/user2.php b/www-ssl/admin/user2.php index 4eb23a80..e1792d4e 100755 --- a/www-ssl/admin/user2.php +++ b/www-ssl/admin/user2.php @@ -5,6 +5,7 @@ $header = "Index"; include ("./inc/header.php"); include ("./inc/funktion_db_list.php"); include ("./inc/crypt.php"); +include("./inc/funktion_db.php"); if (IsSet($_GET["action"])) { |