Changeset 702 for trunk/forum/includes/db/postgres.php
- Timestamp:
- Mar 31, 2010, 6:32:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/forum/includes/db/postgres.php
r400 r702 3 3 * 4 4 * @package dbal 5 * @version $Id : postgres.php 8814 2008-09-04 12:01:47Z acydburn$5 * @version $Id$ 6 6 * @copyright (c) 2005 phpBB Group 7 7 * @license http://opensource.org/licenses/gpl-license.php GNU Public License … … 27 27 { 28 28 var $last_query_text = ''; 29 29 30 30 /** 31 31 * Connect to server … … 56 56 $connect_string .= "host=$sqlserver "; 57 57 } 58 58 59 59 if ($port) 60 60 { … … 225 225 if ($total == 0) 226 226 { 227 $total = -1;227 $total = 'ALL'; 228 228 } 229 229
Note:
See TracChangeset
for help on using the changeset viewer.