Changeset 425424
- Timestamp:
- 08/18/2011 03:41:07 PM (15 years ago)
- File:
-
- 1 edited
-
share-rail/trunk/incs/settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
share-rail/trunk/incs/settings.php
r425074 r425424 45 45 </select> 46 46 <?php }elseif($editValue["type"]=="textarea"){ ?> 47 <textarea cols="30" rows="5" id="<?php print $editField ?>" name="<?php print $editField ?>"><?php echo $$editField; ?></textarea>47 <textarea cols="30" rows="5" id="<?php print $editField ?>" name="<?php print $editField ?>"><?php echo stripslashes($$editField); ?></textarea> 48 48 <?php }elseif($editValue["type"]=="warn"){ ?> 49 49
Note: See TracChangeset
for help on using the changeset viewer.