Revision 1010
Added by Matthias over 15 years ago
trunk/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
14 |
25-June-2009 Matthias Gallas |
|
15 |
# Bugfix for Error-Level settings (Thanks to Luisehahne) |
|
14 | 16 |
23-June-2009 Matthias Gallas |
15 | 17 |
# Moved styles from admin/pages/sections.php to sections.htt in backend themes |
16 | 18 |
(Thanks to Luisehahne) |
trunk/wb/admin/interface/er_levels.php | ||
---|---|---|
54 | 54 |
$ER_LEVELS['6135'] = 'E_ALL^E_NOTICE'; // standard: E_ALL without E_NOTICE |
55 | 55 |
$ER_LEVELS['0'] = 'E_NONE'; |
56 | 56 |
$ER_LEVELS['6143'] = 'E_ALL'; |
57 |
$ER_LEVELS['8191'] = 'E_ALL&E_STRICT'; // for programmers
|
|
57 |
$ER_LEVELS['8191'] = htmlentities('E_ALL&E_STRICT'); // for programmers
|
|
58 | 58 |
|
59 | 59 |
?> |
Also available in: Unified diff
Bugfix for Error-Level settings (Thanks to Luisehahne)