Changeset 6725
- Timestamp:
- Jul 28, 2010, 6:17:53 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/plugins.class.php
r5367 r6725 525 525 function plugin_version_compare($a, $b) 526 526 { 527 if (strtolower($a) == 'auto') return false; 528 527 529 $pattern = array('/([a-z])/ei', '/\.+/', '/\.\Z|\A\./'); 528 530 $replacement = array( "'.'.intval('\\1', 36).'.'", '.', ''); -
trunk/plugins/language_switch/main.inc.php
r5845 r6725 24 24 /* 25 25 Plugin Name: Language Switch 26 Version: Auto26 Version: 2.1.1 27 27 Description: Switch to another language from flags on your gallery home page. 28 28 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=123
Note: See TracChangeset
for help on using the changeset viewer.