Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

802
 
1034
 
1034
 
template.php
_> 11 <?php
  22 /*
<> 3 -  $Id: template.php 802 2006-08-26 00:46:19Z hpdl $
   3+  $Id: template.php 1034 2006-10-21 18:02:38Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
539539  */
  540540 
  541541     function setPageContentsFilename($filename) {
<> 542 -      $this->_page_contents_filename = $filename;
   542+      $this->_page_contents = $filename;
<_ 543543     }
  544544 
  545545 /**