From: Jens Frank Date: Sat, 15 Jan 2005 07:31:15 +0000 (+0000) Subject: ENOTIF: Create the column with the long name before accessing it, instead of after... X-Git-Tag: 1.5.0alpha1~935 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=f31980393f48cc6e815d5a47d0472745d70cc5bb;p=lhc%2Fweb%2Fwiklou.git ENOTIF: Create the column with the long name before accessing it, instead of after accessing it. --- diff --git a/maintenance/updaters.inc b/maintenance/updaters.inc index c7ed218e44..277b74005f 100644 --- a/maintenance/updaters.inc +++ b/maintenance/updaters.inc @@ -411,8 +411,8 @@ function do_all_updates() { convertLinks(); flush(); do_image_name_unique_update(); flush(); do_watchlist_update(); flush(); - do_copy_newtalk_to_watchlist(); flush(); do_user_update(); flush(); + do_copy_newtalk_to_watchlist(); flush(); do_schema_restructuring(); flush();