Merge pull request #8228 from hregis/7.0_bug
FIX Use of undefined constant _ROWS_2
This commit is contained in:
commit
7dfedbf35c
@ -1145,7 +1145,7 @@ else
|
||||
|
||||
// Address
|
||||
print '<tr><td class="tdtop">'.fieldLabel('Address','address').'</td>';
|
||||
print '<td colspan="3"><textarea name="address" id="address" class="quatrevingtpercent" rows="'._ROWS_2.'" wrap="soft">';
|
||||
print '<td colspan="3"><textarea name="address" id="address" class="quatrevingtpercent" rows="'.ROWS_2.'" wrap="soft">';
|
||||
print $object->address;
|
||||
print '</textarea></td></tr>';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user