Changeset 71

Show
Ignore:
Timestamp:
06/21/07 10:08:59 (2 years ago)
Author:
pdingle
Message:

alter custom data path to not include cameratype, etc

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-infocard/pw-config.php

    r68 r71  
    1212define ('PW_VERSION_DATE', '17May07'); 
    1313define ('PW_SELECTORTRIGGER', 'html'); 
    14 //define ('PW_CUSTOMDATAPATH', dirname(__FILE__) . '/' . PW_PLUGIN. '/customdata.pw.php'); 
    15 define ('PW_CUSTOMDATAPATH', dirname(__FILE__) . '/custom/customdata.pw.php'); 
     14define ('PW_CUSTOMDATAPATH', dirname(__FILE__) . '/' . PW_PLUGIN. '/customdata.pw.php'); 
     15//define ('PW_CUSTOMDATAPATH', dirname(__FILE__) . '/custom/customdata.pw.php'); 
    1616 
    1717include_once( PW_CUSTOMDATAPATH );