Changeset 5916
- Timestamp:
- 04/18/10 08:14:00 (3 years ago)
- Location:
- extensions/whois_online
- Files:
-
- 3 modified
-
Changelog.txt.php (modified) (1 diff)
-
main.inc.php (modified) (2 diffs)
-
online.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
extensions/whois_online/Changelog.txt.php
r5810 r5916 3 3 Plugin Name: Whois online 4 4 ** History ** 5 2010-04-18 2.0.l 6 "Undefined index: Code" is removed 5 7 2010-04-11 2.0.k 6 8 MySQL 4.1 support -
extensions/whois_online/main.inc.php
r5810 r5916 23 23 /* 24 24 Plugin Name: Whois online 25 Version: 2.0. k25 Version: 2.0.l 26 26 Description: Who is online? 27 27 Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=279 … … 29 29 Author URI: http://www.vdigital.org 30 30 */ 31 define('WHOIS_ONLINE_VER', '2.0. k');31 define('WHOIS_ONLINE_VER', '2.0.l'); 32 32 global $prefixeTable, $conf; 33 33 // $conf['debug_l10n'] = true; -
extensions/whois_online/online.php
r5810 r5916 181 181 $c['Name'] = ucwords ( strtolower( substr($c['Name'],0,-5))); 182 182 } 183 else $c = Array('Code' => '__', 'Name' => l10n('Unknown country'), 'City' => 'N/A',); 183 184 } 184 185 else $c = Array('Code' => '__', 'Name' => l10n('Unknown country'), 'City' => 'N/A',);
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)