http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97520

Revision: 97520
Author:   asher
Date:     2011-09-19 18:01:28 +0000 (Mon, 19 Sep 2011)
Log Message:
-----------
change updatelog version to 1.18wmf1-1 from -final

Modified Paths:
--------------
    branches/wmf/1.18wmf1/maintenance/upgrade-1.18wmf1-1.php

Modified: branches/wmf/1.18wmf1/maintenance/upgrade-1.18wmf1-1.php
===================================================================
--- branches/wmf/1.18wmf1/maintenance/upgrade-1.18wmf1-1.php    2011-09-19 
17:59:21 UTC (rev 97519)
+++ branches/wmf/1.18wmf1/maintenance/upgrade-1.18wmf1-1.php    2011-09-19 
18:01:28 UTC (rev 97520)
@@ -60,14 +60,14 @@
 
        $upgradeLogRow = $db->selectRow( 'updatelog',
                'ul_key',
-               array( 'ul_key' => '1.18wmf1-final' ),
+               array( 'ul_key' => '1.18wmf1-1' ),
                __FUNCTION__ );
        if ( $upgradeLogRow ) {
                echo $db->getDBname() . ": already done\n";
                return;
        }
 
-       echo "$server $wiki 1.18wmf1-final";
+       echo "$server $wiki 1.18wmf1-1";
 
        sourceUpgradeFile( $db, dirname( __FILE__ ) 
.'/schema-changes-1.18wmf1-1.sql' );
        
@@ -83,7 +83,7 @@
        }
 
        $db->insert( 'updatelog', 
-               array( 'ul_key' => '1.18wmf1-final' ),
+               array( 'ul_key' => '1.18wmf1-1' ),
                __FUNCTION__ );
        echo " ok\n";
 }


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to