729. 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.
729.1 Files compared
# |
Location |
File |
Last Modified |
1 |
|
|
Mon May 12 13:06:58 2008 UTC |
2 |
Dolphin-v.6.1.0\templates\tmpl_uni\scripts |
BxTemplCmtsView.php |
Tue Apr 15 11:33:46 2008 UTC |
729.2 Comparison summary
Description |
Between Files 1 and 2 |
Text Blocks |
Lines |
Unchanged |
0 |
0 |
Changed |
0 |
0 |
Inserted |
1 |
12 |
Removed |
0 |
0 |
729.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 |
729.4 Active regular expressions
No regular expressions were active.
729.5 Comparison detail
|
|
1 |
|
<?
|
|
|
2 |
|
|
|
|
3 |
|
require_on
ce( BX_DIR
ECTORY_PAT
H_BASE . '
scripts/Bx
BaseCmtsVi
ew.php' );
|
|
|
4 |
|
|
|
|
5 |
|
class BxTe
mplCmtsVie
w extends
BxBaseCmts
View
|
|
|
6 |
|
{
|
|
|
7 |
|
functi
on BxTempl
CmtsView(
$sSystem,
$iId, $iIn
it = 1 )
|
|
|
8 |
|
{
|
|
|
9 |
|
Bx
BaseCmtsVi
ew::BxBase
CmtsView(
$sSystem,
$iId, $iIn
it );
|
|
|
10 |
|
}
|
|
|
11 |
|
}
|
|
|
12 |
|
?>
|