Reverting to previous version (solved serialization problem in a better way)
authorMr. E23 <e23@users.mediawiki.org>
Thu, 27 Nov 2003 20:17:32 +0000 (20:17 +0000)
committerMr. E23 <e23@users.mediawiki.org>
Thu, 27 Nov 2003 20:17:32 +0000 (20:17 +0000)
update.php

index 8a8c15c..fc95ba1 100644 (file)
@@ -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" );