From: Mr. E23 Date: Thu, 27 Nov 2003 20:17:32 +0000 (+0000) Subject: Reverting to previous version (solved serialization problem in a better way) X-Git-Tag: 1.1.0~70 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=2c4292ffd4c6796fcffbd459efe48f69afb7dd60;p=lhc%2Fweb%2Fwiklou.git Reverting to previous version (solved serialization problem in a better way) --- 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" );