ソースを参照

[ZF-7280]tab idented line

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16732 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 年 前
コミット
69d3b7ab68
1 ファイル変更1 行追加1 行削除
  1. 1 1
      library/Zend/Db/Adapter/Pdo/Pgsql.php

+ 1 - 1
library/Zend/Db/Adapter/Pdo/Pgsql.php

@@ -84,7 +84,7 @@ class Zend_Db_Adapter_Pdo_Pgsql extends Zend_Db_Adapter_Pdo_Abstract
             return;
         }
 
-    	parent::_connect();
+        parent::_connect();
 
         if (!empty($this->_config['charset'])) {
             $sql = "SET NAMES '" . $this->_config['charset'] . "'";