734. File Comparison Report

Produced on Mon May 12 13:06:58 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.

734.1 Files compared

# Location File Last Modified
1 Dolphin-v.6.0.5\templates\tmpl_uni\scripts BxTemplProfileView.php Thu Sep 20 09:00:12 2007 UTC
2 Dolphin-v.6.1.0\templates\tmpl_uni\scripts BxTemplProfileView.php Tue Apr 15 11:33:46 2008 UTC

734.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 28
Changed 0 0
Inserted 2 2
Removed 0 0

734.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

734.4 Active regular expressions

No regular expressions were active.

734.5 Comparison detail

1   <?   1   <?
2     2  
3   require_on ce( BX_DIR ECTORY_PAT H_BASE . ' scripts/Bx BaseProfil eView.php'  );   3   require_on ce( BX_DIR ECTORY_PAT H_BASE . ' scripts/Bx BaseProfil eView.php'  );
4   require_on ce( BX_DIR ECTORY_PAT H_ROOT . " templates/ tmpl_{$tmp l}/scripts /BxTemplVo tingView.p hp" );   4   require_on ce( BX_DIR ECTORY_PAT H_ROOT . " templates/ tmpl_{$tmp l}/scripts /BxTemplVo tingView.p hp" );
    5   require_on ce( BX_DIR ECTORY_PAT H_ROOT . " templates/ tmpl_{$tmp l}/scripts /BxTemplCm tsView.php " );
5     6  
6   class BxTe mplProfile View exten ds BxBaseP rofileView   7   class BxTe mplProfile View exten ds BxBaseP rofileView
7   {   8   {
8       functi on BxTempl ProfileVie w( $ID )   9       functi on BxTempl ProfileVie w( $ID )
9       {   10       {
10           $t his -> oVo tingView =  new BxTem plVotingVi ew ('profi le', (int) $ID);            11           $t his -> oVo tingView =  new BxTem plVotingVi ew ('profi le', (int) $ID);
    12           $t his -> oCm tsView = n ew BxTempl CmtsView ( 'profile',  (int)$ID) ;
11           Bx BaseProfil eView::BxB aseProfile View( $ID  );   13           Bx BaseProfil eView::BxB aseProfile View( $ID  );
12       }   14       }
13   }   15   }
14   ?>   16   ?>