[PC-BSD Commits] r2163 - websites/bsdstats.org/bsdstats/etc
svn at pcbsd.org
svn at pcbsd.org
Mon Jun 23 20:40:47 PDT 2008
Author: fabry
Date: 2008-06-23 20:40:47 -0700 (Mon, 23 Jun 2008)
New Revision: 2163
Modified:
websites/bsdstats.org/bsdstats/etc/db.conf.php
Log:
fixed a warning message.
Modified: websites/bsdstats.org/bsdstats/etc/db.conf.php
===================================================================
--- websites/bsdstats.org/bsdstats/etc/db.conf.php 2008-06-24 03:39:00 UTC (rev 2162)
+++ websites/bsdstats.org/bsdstats/etc/db.conf.php 2008-06-24 03:40:47 UTC (rev 2163)
@@ -12,7 +12,7 @@
$db['show_error'] = 0; //0 = show an error message, 1 = show the error in the page, 2 don't show anything in the page
$db['mail_error'] = false; //set an email address if you want to receive an email with the error
$db['connect_first_use'] = true; //connect only the first time that a database function is called
-$db['default_result_type'] = MYSQL_ASSOC; //MySQL way to fetch rows
+$db['default_result_type'] = PGSQL_ASSOC; //PgSQL/MySQL way to fetch rows
$db['SQL_CACHE'] = 0; //0 - do not touch selects
//1 - always use caching (add it to selects)
More information about the Commits
mailing list