Changeset 18408
- Timestamp:
- Oct 1, 2012, 9:33:36 PM (12 years ago)
- Location:
- extensions/skeleton
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/skeleton/include/install.inc.php
r17924 r18408 29 29 $conf['skeleton'] = $skeleton_default_config; 30 30 } 31 else 32 { 33 // if you need to test "old" configuration you must check is not yet unserialized 34 $old_conf = is_string($conf['skeleton']) ? unserialize($conf['skeleton']) : $conf['skeleton']; 35 } 31 36 32 37 // add a new table -
extensions/skeleton/main.inc.php
r17933 r18408 4 4 Version: auto 5 5 Description: This is not a plugin. It's a skeleton for future plugins. 6 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=5436 Plugin URI: auto 7 7 Author: Mistic 8 8 Author URI: http://www.strangeplanet.fr
Note: See TracChangeset
for help on using the changeset viewer.