From: Stephen Soltesz Date: Mon, 4 Aug 2008 16:45:41 +0000 (+0000) Subject: use new name of data access module. X-Git-Tag: Monitor-1.0-6~15 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=916e4bc46de93661f7d0a807011fcc9c4bb6c20e;p=monitor.git use new name of data access module. --- diff --git a/www/printbadpcus.php b/www/printbadpcus.php index 90f6645..7db3e8e 100644 --- a/www/printbadpcus.php +++ b/www/printbadpcus.php @@ -147,7 +147,7 @@ function get_category_link($category,$header) return "$header"; } -include 'soltesz.php'; +include 'database.php'; $p = new Pickle(); $findbad = $p->load("findbadpcus"); $findbadpcus = array_keys($findbad['nodes']); diff --git a/www/siteactions.php b/www/siteactions.php index 7d93501..69ccc10 100644 --- a/www/siteactions.php +++ b/www/siteactions.php @@ -71,7 +71,7 @@ class Event } } -include 'soltesz.php'; +include 'database.php'; $p = new Pickle(); $act_all = $p->load("act_all"); $plcdb_hn2lb = $p->load("plcdb_hn2lb");