Revision 1960
Added by darkviper about 12 years ago
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 11 | 11 |
! = Update/Change |
| 12 | 12 |
=============================================================================== |
| 13 | 13 |
|
| 14 |
22 Aug-2013 Build 1960 M.v.d.Decken(DarkViper) |
|
| 15 |
# typofix/structurfix in /modules/form/modify_settings.php |
|
| 14 | 16 |
16 Aug-2013 Build 1959 M.v.d.Decken(DarkViper) |
| 15 | 17 |
+ ~dummy.git files to include empty directories in git-hub zipfiles |
| 16 | 18 |
14 Aug-2013 Build 1958 M.v.d.Decken(DarkViper) |
| branches/2.8.x/wb/admin/interface/version.php | ||
|---|---|---|
| 51 | 51 |
|
| 52 | 52 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
| 53 | 53 |
if(!defined('VERSION')) define('VERSION', '2.8.3');
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1959');
|
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1960');
|
|
| 55 | 55 |
if(!defined('SP')) define('SP', '');
|
| branches/2.8.x/wb/modules/form/modify_settings.php | ||
|---|---|---|
| 160 | 160 |
<tr> |
| 161 | 161 |
<td class="frm-setting_name"><?php echo $TEXT['DISPLAY_NAME']; ?>:</td> |
| 162 | 162 |
<td class="frm-setting_value"> |
| 163 |
<input type="text" name="email_fromname" id="email_fromname" style="width: 98%; ?>;" maxlength="255" value="<?php echo $setting['email_fromname']; ?>" />
|
|
| 163 |
<input type="text" name="email_fromname" id="email_fromname" style="width: 98%;" maxlength="255" value="<?php echo $setting['email_fromname']; ?>" /> |
|
| 164 | 164 |
</td> |
| 165 | 165 |
</tr> |
| 166 | 166 |
<tr> |
Also available in: Unified diff
typofix/structurfix in /modules/form/modify_settings.php