use new name of data access module.
authorStephen Soltesz <soltesz@cs.princeton.edu>
Mon, 4 Aug 2008 16:45:41 +0000 (16:45 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Mon, 4 Aug 2008 16:45:41 +0000 (16:45 +0000)
www/printbadpcus.php
www/siteactions.php

index 90f6645..7db3e8e 100644 (file)
@@ -147,7 +147,7 @@ function get_category_link($category,$header)
        return "<a href='printbadpcus.php?category=$category'>$header</a>"; 
 }
 
-include 'soltesz.php';
+include 'database.php';
 $p = new Pickle();
 $findbad = $p->load("findbadpcus");
 $findbadpcus = array_keys($findbad['nodes']);
index 7d93501..69ccc10 100644 (file)
@@ -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");