Remove loaddb - to test this file, include it in a setup .php file after loaddb

This commit is contained in:
Miles Lott 2001-02-13 01:45:31 +00:00
parent 2203e3deac
commit 22be3d497c

View File

@ -13,7 +13,6 @@
function upgradeaddr() {
global $phpgw_info, $phpgw_setup;
$phpgw_setup->loaddb();
// create db objects for the main and two nested queries below
$db1 = $db2 = $phpgw_setup->db;