rm unrelated changes from r81486
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 3 Feb 2011 21:02:36 +0000 (21:02 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 3 Feb 2011 21:02:36 +0000 (21:02 +0000)
includes/db/DatabasePostgres.php

index 4cbcf9a..9fbd85e 100644 (file)
@@ -192,8 +192,6 @@ class DatabasePostgres extends DatabaseBase {
                }
 
                $this->doQuery( "SET client_encoding='UTF8'" );
-               $this->doQuery( "SET datestyle = 'ISO, YMD'" );
-               $this->doQuery( "SET timezone = 'GMT'" );
 
                global $wgDBmwschema;
                if ( isset( $wgDBmwschema )