Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1498
 
1554
 
1554
 
manufacturers.php
_> 8484             $Qimage->bindTable(':table_manufacturers', TABLE_MANUFACTURERS);
  8585             $Qimage->bindValue(':manufacturers_image', $image->filename);
  8686             $Qimage->bindInt(':manufacturers_id', $manufacturers_id);
<> 87 -            $Qimage->setLogging($_SESSION['module'], $manufaacturers_id);
   87+            $Qimage->setLogging($_SESSION['module'], $manufacturers_id);
<_ 8888             $Qimage->execute();
  8989 
  9090             if ( $osC_Database->isError() ) {