Revision: 2959
https://sourceforge.net/p/mrbs/code/2959/
Author: cimorrison
Date: 2015-01-18 16:34:16 +0000 (Sun, 18 Jan 2015)
Log Message:
-----------
Fixed bug in sql_pgsql_table_exists()
Modified Paths:
--------------
mrbs/trunk/web/pgsql.inc
Modified: mrbs/trunk/web/pgsql.inc
===================================================================
--- mrbs/trunk/web/pgsql.inc 2015-01-18 13:13:22 UTC (rev 2958)
+++ mrbs/trunk/web/pgsql.inc 2015-01-18 16:34:16 UTC (rev 2959)
@@ -457,7 +457,8 @@
}
$res = sql_pgsql_query1($sql, $db_conn);
- if ($res < 1)
+
+ if ($res < 0)
{
trigger_error(pg_result_error($res), E_USER_WARNING);
fatal_error(TRUE, get_vocab("fatal_db_error"));
------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits