[geeklog-cvs] geeklog: Merged fix from geeklog_1_8_0_1 branch

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Sep 18 10:26:01 EDT 2011


changeset 8414:ddf0f21afaad
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/ddf0f21afaad
user: Dirk Haun <dirk at haun-online.de>
date: Sun Sep 18 13:30:17 2011 +0200
description:
Merged fix from geeklog_1_8_0_1 branch

diffstat:

 system/databases/mssql.class.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 45c680be2d8e -r ddf0f21afaad system/databases/mssql.class.php
--- a/system/databases/mssql.class.php	Sun Sep 18 13:26:08 2011 +0200
+++ b/system/databases/mssql.class.php	Sun Sep 18 13:30:17 2011 +0200
@@ -1012,7 +1012,7 @@
                 $this->_errorlog('Column Renamed: "' . $msg . '"$fn. SQL in question: ' . $sql);
             } else {
                 $this->_errorlog($msg . ': ' . $msg . "$fn. SQL in question: $sql");        
-                if (true ||$this->_display_error) {
+                if ($this->_display_error) {
                     return  $msg . ': ' . $sql;
                 } else {
                     return 'An SQL error has occurred. Please see error.log for details.';



More information about the geeklog-cvs mailing list