From 916e4bc46de93661f7d0a807011fcc9c4bb6c20e Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Mon, 4 Aug 2008 16:45:41 +0000 Subject: [PATCH] use new name of data access module. --- www/printbadpcus.php | 2 +- www/siteactions.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"); -- 2.43.0