diff options
author | Simone Rota <sip@crux.nu> | 2006-10-14 21:07:33 +0200 |
---|---|---|
committer | Simone Rota <sip@crux.nu> | 2006-10-14 21:07:33 +0200 |
commit | 04ab22d44910924d68febdb4371f596b07a85441 (patch) | |
tree | b805ce663b214be04a45fabef7745883d52ad86e | |
parent | 87cc0b93cd324b8465c2bc14b1133d7ab7217119 (diff) | |
download | webtools-04ab22d44910924d68febdb4371f596b07a85441.tar.gz webtools-04ab22d44910924d68febdb4371f596b07a85441.tar.xz |
fixed typo
-rwxr-xr-x | portdb/cacher/pdbcacher.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portdb/cacher/pdbcacher.php b/portdb/cacher/pdbcacher.php index 122eb4a..48db41c 100755 --- a/portdb/cacher/pdbcacher.php +++ b/portdb/cacher/pdbcacher.php @@ -102,7 +102,7 @@ $dsn = 'sqlite:////home/crux/public_html/local/portdb.db'; # End of configuration ###################################################### $db =& DB::connect($dsn); -if (DB::isError($dbc)) die("Cannot connect to database"); +if (DB::isError($db)) die("Cannot connect to database"); $db->setFetchMode(DB_FETCHMODE_ASSOC); # Clean existing entries |