From 2c4292ffd4c6796fcffbd459efe48f69afb7dd60 Mon Sep 17 00:00:00 2001 From: "Mr. E23" Date: Thu, 27 Nov 2003 20:17:32 +0000 Subject: [PATCH] Reverting to previous version (solved serialization problem in a better way) --- update.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/update.php b/update.php index 8a8c15c3a4..fc95ba1752 100644 --- a/update.php +++ b/update.php @@ -174,10 +174,6 @@ function do_linkscc_update() { global $rconn; if( table_exists( "linkscc" ) ) { echo "...have linkscc table.\n"; - echo "Deleting entries from linkscc to avoid potential compatability problems..."; - $sql = "DELETE FROM linkscc"; - wfQuery( $sql, DB_WRITE, "Update script: do_linkscc_update()" ); - echo "ok\n"; } else { echo "Adding linkscc table... "; dbsource( "maintenance/archives/patch-linkscc.sql" ); -- 2.20.1