181. File Comparison Report

Produced on Mon May 12 13:04:57 2008 UTC. This report uses XHTML and CSS2, and is best viewed with a reasonably standards compliant browser such as the latest version of Firefox or Internet Explorer. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

181.1 Files compared

# Location File Last Modified
1 Dolphin-v.6.0.5\groups\orca\xml xml.php Mon Jan 28 09:41:42 2008 UTC
2 Dolphin-v.6.1.0\groups\orca\xml xml.php Wed Apr 9 17:44:54 2008 UTC

181.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 5 52
Changed 1 2
Inserted 2 2
Removed 1 2

181.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

181.4 Active regular expressions

No regular expressions were active.

181.5 Comparison detail

1   <?php   1   <?php
2   /**   2   /**
3   *                              O rca Intera ctive Foru m Script   3   *                              O rca Intera ctive Foru m Script
4   *                                 --------- ------   4   *                                 --------- ------
5   *     Star ted              : Mo n Mar 23 2 006   5   *     Star ted              : Mo n Mar 23 2 006
6   *     Copy right            : (C ) 2007 Boo nEx Group   6   *     Copy right            : (C ) 2007 Boo nEx Group
7   *     Webs ite              : ht tp://www.b oonex.com   7   *     Webs ite              : ht tp://www.b oonex.com
8   * This fil e is part  of Orca -  Interactiv e Forum Sc ript   8   * This fil e is part  of Orca -  Interactiv e Forum Sc ript
9   * GPL   9   * Creative  Commons A ttribution  3.0 Licen se
10   **/   10   **/
11     11  
12     12  
13   /**   13   /**
14    *   14    *
15    * Add xml  contents  to whole x ml output    15    * Add xml  contents  to whole x ml output 
16    * put xml  content t o $integra tion_xml v ariable   16    * put xml  content t o $integra tion_xml v ariable
17    ********* ********** ********** ********** ********** ********** ********** ********** /   17    ********* ********** ********** ********** ********** ********** ********** ********** /
18     18  
19   // check i f user log ged in    
20      
21   global $si te;   19   global $si te;
    20   global $tm pl;
22   global $gl Header;   21   global $gl Header;
23   global $gl Footer;   22   global $gl Footer;
24     23  
25   $integrati on_xml .=  '<url_dolp hin>' . $s ite['url']  . '</url_ dolphin>';   24   $integrati on_xml .=  '<url_dolp hin>' . $s ite['url']  . '</url_ dolphin>';
    25   $integrati on_xml .=  '<skin_dol phin>' . $ tmpl . '</ skin_dolph in>';
26   $integrati on_xml .=  '<header>< ![CDATA['. $glHeader. ']]></head er>';   26   $integrati on_xml .=  '<header>< ![CDATA['. $glHeader. ']]></head er>';
27   $integrati on_xml .=  '<footer>< ![CDATA['. $glFooter. ']]></foot er>';   27   $integrati on_xml .=  '<footer>< ![CDATA['. $glFooter. ']]></foot er>';
28     28  
29   ?>   29   ?>