[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 01/01: typo
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 01/01: typo |
Date: |
Wed, 11 Nov 2015 16:54:37 +0000 |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 43f70d493d57f64a28485a0118590151aec30bf8
Author: Dany De Bontridder <address@hidden>
Date: Wed Nov 11 17:48:07 2015 +0100
typo
---
include/lib/class_database.php | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/include/lib/class_database.php b/include/lib/class_database.php
index 05f0a5a..07de6b0 100644
--- a/include/lib/class_database.php
+++ b/include/lib/class_database.php
@@ -109,8 +109,9 @@ class Database
}
$this->db=$a;
$this->is_open=TRUE;
- if ($this->exist_schema('comptaproc'))
- pg_exec($this->db, 'set search_path to public,comptaproc,pg_catalog;');
+ if ($this->exist_schema('comptaproc')){
+ pg_exec($this->db, 'set search_path to
public,comptaproc,pg_catalog;');
+ }
pg_exec($this->db, 'set DateStyle to ISO, MDY;');
ob_end_clean();
}