Changeset 73
- Timestamp:
- 06/22/07 13:37:30 (2 years ago)
- Files:
-
- trunk/wp-infocard/pwlib/utils.pwlib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-infocard/pwlib/utils.pwlib.php
r72 r73 192 192 $claim = stripslashes( $claim ); 193 193 } 194 $output = htmlspecialchars( $claim, ENT_QUOTES);194 $output = htmlspecialchars(addslashes($claim)); 195 195 if ($output === $claim) 196 196 { 197 //nothing exciting happened 197 //nothing exciting happened, no need to print a 198 //debug statment 198 199 return $output; 199 200 }
