Project

General

Profile

« Previous | Next » 

Revision 1868

Added by Dietmar over 11 years ago

! change mysql_esc_string to WbDatabase::getInstance()->escapeStrinng()

View differences:

modify.php
203 203
$page = 1;
204 204
if(isset($_GET['page']) && is_numeric(trim($_GET['page'])))
205 205
{
206
	$page = intval(mysql_real_escape_string($_GET['page']));
206
	$page = intval($database->escapeString($_GET['page']));
207 207
}
208 208

  
209 209
// How many adjacent pages should be shown on each side?

Also available in: Unified diff