Changeset 7284
- Timestamp:
- 01/03/2025 12:13:23 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9/bb-includes/functions.php
r7118 r7284 7 7 $array[$k] = bb_global_sanitize($v); 8 8 } else { 9 if ( !get_magic_quotes_gpc() ) 10 $array[$k] = addslashes($v); 9 $array[$k] = addslashes($v); 11 10 if ( $trim ) 12 11 $array[$k] = trim($array[$k]);
Note: See TracChangeset
for help on using the changeset viewer.