Changeset 969861
- Timestamp:
- 08/21/2014 04:53:30 PM (12 years ago)
- File:
-
- 1 edited
-
postgresql-for-wordpress/trunk/pg4wp/db.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
postgresql-for-wordpress/trunk/pg4wp/db.php
r969858 r969861 4 4 Plugin URI: http://www.hawkix.net 5 5 Description: PG4WP is a special 'plugin' enabling WordPress to use a PostgreSQL database. 6 Version: 1.3.1 6 Version: 1.3.1+ 7 7 Author: Hawk__ 8 8 Author URI: http://www.hawkix.net … … 19 19 // If you just want to log queries that generate errors, leave PG4WP_DEBUG to "false" 20 20 // and set this to true 21 define( 'PG4WP_LOG_ERRORS', false);21 define( 'PG4WP_LOG_ERRORS', true); 22 22 23 23 // If you want to allow insecure configuration (from the author point of view) to work with PG4WP,
Note: See TracChangeset
for help on using the changeset viewer.