Changeset 508393
- Timestamp:
- 02/21/2012 07:04:46 PM (14 years ago)
- File:
-
- 1 edited
-
praybox/tags/1.0.5/inc/inc_pb_settings_page.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
praybox/tags/1.0.5/inc/inc_pb_settings_page.php
r508376 r508393 13 13 foreach($_POST as $key => $value){ 14 14 if($key!="update"){ 15 update_option($key, $value);15 update_option($key,stripslashes($value)); 16 16 } 17 17 }
Note: See TracChangeset
for help on using the changeset viewer.