Project

General

Profile

« Previous | Next » 

Revision 116

Added by stefan about 19 years ago

Removed strip_slashes_dummy.

View differences:

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