Plugin Directory

Changeset 557873


Ignore:
Timestamp:
06/14/2012 10:40:13 AM (14 years ago)
Author:
hawk__
Message:

Re-enabled error logging in trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postgresql-for-wordpress/trunk/pg4wp/db.php

    r557870 r557873  
    44Plugin URI: http://www.hawkix.net
    55Description: PG4WP is a special 'plugin' enabling WordPress to use a PostgreSQL database.
    6 Version: 1.3.0
     6Version: 1.3.0+
    77Author: Hawk__
    88Author URI: http://www.hawkix.net
     
    1919// If you just want to log queries that generate errors, leave PG4WP_DEBUG to "false"
    2020// and set this to true
    21 define( 'PG4WP_LOG_ERRORS', false);
     21define( 'PG4WP_LOG_ERRORS', true);
    2222
    2323// 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.