Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

555
 
556
 
556
 
image.php
_> 1616     function osC_Image() {
  1717       global $osC_Database;
  1818 
<> 19 -      $Qgroups = $osC_Database->query('select distinct id, code, size_height as height, size_width as width from :table_images_groups');
  20 -      $Qgroups->bindTable(':table_images_groups', TABLE_IMAGES_GROUPS);
   19+      $Qgroups = $osC_Database->query('select distinct id, code, size_height as height, size_width as width from :table_products_images_groups');
   20+      $Qgroups->bindTable(':table_products_images_groups', TABLE_PRODUCTS_IMAGES_GROUPS);
2121       $Qgroups->setCache('images_groups');
  2222       $Qgroups->execute();
  2323 
     
 !
4040       return $this->_data[$code]['height'];
  4141     }
  4242 
<> 43 -    function showImage(&$image, &$title = '', $parameters = '', $group = 'default') {
   43+    function show(&$image, &$title = '', $parameters = '', $group = 'default') {
<_ 4444       if (isset($this->_data[$group]) === false) {
  4545         $group = 'default';
  4646       }