Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

345
 
351
 
351
 
modules.php
_> 3535         $Qspecific->bindTable(':table_templates_boxes_to_pages', TABLE_TEMPLATES_BOXES_TO_PAGES);
  3636         $Qspecific->bindTable(':table_templates_boxes', TABLE_TEMPLATES_BOXES);
  3737         $Qspecific->bindTable(':table_templates', TABLE_TEMPLATES);
<> 38 -        $Qspecific->bindInt(':templates_id', 1);
   38+        $Qspecific->bindInt(':templates_id', $osC_Template->getID());
3939         $Qspecific->bindRaw(':content_page', '"*", "' . $osC_Template->getGroup() . '/*", "' . $osC_Template->getGroup() . '/' . substr($osC_Template->getPageContentsFilename(), 0, strrpos($osC_Template->getPageContentsFilename(), '.')) . '"');
  4040         $Qspecific->bindValue(':modules_group', $this->_group);
  4141         $Qspecific->execute();
     
 !
5151           $Qmodules->bindTable(':table_templates_boxes_to_pages', TABLE_TEMPLATES_BOXES_TO_PAGES);
  5252           $Qmodules->bindTable(':table_templates_boxes', TABLE_TEMPLATES_BOXES);
  5353           $Qmodules->bindTable(':table_templates', TABLE_TEMPLATES);
<> 54 -          $Qmodules->bindInt(':templates_id', 1);
   54+          $Qmodules->bindInt(':templates_id', $osC_Template->getID());
<_ 5555           $Qmodules->bindRaw(':content_page', '"*", "' . $osC_Template->getGroup() . '/*", "' . $osC_Template->getGroup() . '/' . substr($osC_Template->getPageContentsFilename(), 0, strrpos($osC_Template->getPageContentsFilename(), '.')) . '"');
  5656           $Qmodules->bindValue(':modules_group', $this->_group);
  5757           $Qmodules->execute();