Revision 1413
Added by FrankH almost 14 years ago
- Bugfix for Ticket 900
branches/2.8.x/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.2 ------------------------------------- |
14 |
23 Jan-2011 Build 1413 Frank Heyne (FrankH) |
|
15 |
# Bugfix for Ticket 900 |
|
14 | 16 |
23 Jan-2011 Build 1412 Werner v.d.Decken(DarkViper) |
15 | 17 |
# fixed wb::password_chars |
16 | 18 |
23 Jan-2011 Build 1411 Frank Heyne (FrankH) |
branches/2.8.x/wb/admin/interface/version.php | ||
---|---|---|
52 | 52 |
|
53 | 53 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
54 | 54 |
if(!defined('VERSION')) define('VERSION', '2.8.2.RC5'); |
55 |
if(!defined('REVISION')) define('REVISION', '1412');
|
|
55 |
if(!defined('REVISION')) define('REVISION', '1413');
|
|
56 | 56 |
|
57 | 57 |
?> |
branches/2.8.x/wb/admin/interface/date_formats.php | ||
---|---|---|
47 | 47 |
$DATE_FORMATS['m.d.Y'] = gmdate('m.d.Y', $actual_time).' (M.D.Y)'; |
48 | 48 |
$DATE_FORMATS['d/m/Y'] = gmdate('d/m/Y', $actual_time).' (D/M/Y)'; |
49 | 49 |
$DATE_FORMATS['m/d/Y'] = gmdate('m/d/Y', $actual_time).' (M/D/Y)'; |
50 |
$DATE_FORMATS['j.n.Y'] = gmdate('j.n.Y', $actual_time).' (j.n.Y)'; |
|
50 | 51 |
|
51 | 52 |
// Add "System Default" to list (if we need to) |
52 | 53 |
if(isset($user_time) && $user_time == true) |
Also available in: Unified diff