Fisheye: Tag 8285 refers to a dead (removed) revision in file `branches/unlabeled/unlabeled-1.2.2/admin/install/upgrades/inportal_upgrade_v1.3.2.sql'. Fisheye: No comparison available. Pass `N' to diff? Index: branches/unlabeled/unlabeled-1.48.2/admin/install/install_lib.php =================================================================== diff -u -r8242 -r8285 --- branches/unlabeled/unlabeled-1.48.2/admin/install/install_lib.php (.../install_lib.php) (revision 8242) +++ branches/unlabeled/unlabeled-1.48.2/admin/install/install_lib.php (.../install_lib.php) (revision 8285) @@ -253,10 +253,6 @@ $replace = "DROP TABLE IF EXISTS ".$g_TablePrefix; $sql = ereg_replace($what, $replace, $sql); - $what = "DROP TABLE IF EXISTS "; - $replace = "DROP TABLE IF EXISTS ".$g_TablePrefix; - $sql = ereg_replace($what, $replace, $sql); - $what = "INSERT INTO "; $replace = "INSERT INTO ".$g_TablePrefix; $sql = ereg_replace($what, $replace, $sql);