Changeset 74
- Timestamp:
- 06/23/07 18:04:44 (2 years ago)
- Files:
-
- trunk/wp-infocard/pw-config.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-infocard/pw-config.php
r71 r74 7 7 define ('PW_SHOW_BINARY', false); 8 8 define ('PW_PLUGINPATH', '/wp-content/plugins/wp-infocard'); 9 define ('PW_SELECTORTRIGGER', ' xhtml' );9 define ('PW_SELECTORTRIGGER', 'html' ); // this can also be set to XHTML 10 10 define ('PW_MANAGEDONLY', true ); 11 define ('PW_VERSION', 'b 2');12 define ('PW_VERSION_DATE', ' 17May07');11 define ('PW_VERSION', 'b3'); 12 define ('PW_VERSION_DATE', '20June07'); 13 13 define ('PW_SELECTORTRIGGER', 'html'); 14 14 define ('PW_CUSTOMDATAPATH', dirname(__FILE__) . '/' . PW_PLUGIN. '/customdata.pw.php'); … … 19 19 include_once( dirname(__FILE__) . '/' . PW_PLUGIN. '/pw-claimtypes.php'); 20 20 define ('PW_DEBUG_ON', get_settings('pw_debug_on')); 21 define ('PW_TIMEVALIDATION_ON', false);21 define ('PW_TIMEVALIDATION_ON', true); 22 22 define ('PW_PATH', ABSPATH . PW_PLUGINPATH); 23 23 define ('PW_IMGPATH', PW_PATH . '/pwlib/images');
