Ignore:
Timestamp:
Jun 24, 2013, 1:23:50 AM (11 years ago)
Author:
mistic100
Message:

display unused strings as useless

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/plugin_lang_analysis/main.inc.php

    r23473 r23488  
    2121define('PLA_PATH' , PHPWG_PLUGINS_PATH . PLA_ID . '/');
    2222define('PLA_ADMIN', get_root_url() . 'admin.php?page=plugin-' . PLA_ID);
    23 define('PLA_DATA', $conf['data_location'] . PLA_ID . '/');
     23define('PLA_DATA',  $conf['data_location'] . PLA_ID . '/');
    2424
    2525add_event_handler('loc_begin_admin', 'pla_begin_admin');
Note: See TracChangeset for help on using the changeset viewer.