Revision 116
Added by stefan about 20 years ago
| class.wb.php | ||
|---|---|---|
| 91 | 91 |
return $output; |
| 92 | 92 |
} |
| 93 | 93 |
|
| 94 |
function strip_slashes_dummy($input) {
|
|
| 95 |
return $input; |
|
| 96 |
} |
|
| 97 |
|
|
| 98 | 94 |
// Escape backslashes for use with mySQL LIKE strings |
| 99 | 95 |
function escape_backslashes($input) {
|
| 100 | 96 |
return str_replace("\\","\\\\",$input);
|
Also available in: Unified diff
Removed strip_slashes_dummy.