Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

808
 
1047
 
1047
 
product.php
_> 278278       $Qproducts->bindTable(':table_products_description', TABLE_PRODUCTS_DESCRIPTION);
  279279       $Qproducts->bindInt(':default_flag', 1);
  280280       $Qproducts->bindInt(':language_id', $osC_Language->getID());
<> 281 -      $Qproducts->setBatchLimit($_GET['page'], MAX_DISPLAY_PRODUCTS_NEW);
   281+      $Qproducts->setBatchLimit((isset($_GET['page']) && is_numeric($_GET['page']) ? $_GET['page'] : 1), MAX_DISPLAY_PRODUCTS_NEW);
<_ 282282       $Qproducts->execute();
  283283 
  284284       return $Qproducts;