Changeset 22988
- Timestamp:
- May 31, 2013, 9:11:36 PM (11 years ago)
- Location:
- extensions/rv_autocomplete
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/rv_autocomplete/admin.php
r22375 r22988 4 4 include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php'); 5 5 6 load_language('plugin.lang', RVAC_PATH);6 load_language('plugin.lang', PHPWG_PLUGINS_PATH.RVAC_ID.'/'); 7 7 8 8 if (!isset($_GET['tab'])) -
extensions/rv_autocomplete/main.inc.php
r22728 r22988 1 1 <?php /* 2 2 Plugin Name: RV autocomplete 3 Version: 0.beta3 Version: 1 4 4 Description: Autocompletes the quick search with albums, tags or custom suggestions 5 5 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=694 … … 13 13 global $prefixeTable; 14 14 define('RVAC_SUGGESTIONS', $prefixeTable.'suggestions'); 15 define('RVAC_PATH' , PHPWG_PLUGINS_PATH . RVAC_ID . '/');16 15 17 16 function rvac_get_data_file() {
Note: See TracChangeset
for help on using the changeset viewer.