Revision 16
Added by Manuela about 7 years ago
branches/main/admin/interface/version.php | ||
---|---|---|
48 | 48 |
|
49 | 49 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
50 | 50 |
if(!defined('VERSION')) { define('VERSION', '2.10.1-dev'); } |
51 |
if(!defined('REVISION')) { define('REVISION', '15'); }
|
|
51 |
if(!defined('REVISION')) { define('REVISION', '16'); }
|
|
52 | 52 |
if(!defined('SP')) { define('SP', ''); } |
53 | 53 |
|
branches/main/modules/output_filter/filters/filterEmail.php | ||
---|---|---|
138 | 138 |
} |
139 | 139 |
} |
140 | 140 |
} |
141 |
return $content; |
|
142 | 141 |
} |
142 |
return $content; |
|
143 | 143 |
} |
Also available in: Unified diff
a small optimization