diff options
| author | Lester Caine <lsces@lsces.co.uk> | 2010-11-04 07:15:27 +0000 |
|---|---|---|
| committer | Lester Caine <lsces@lsces.co.uk> | 2010-11-04 07:15:27 +0000 |
| commit | b4500d7559b7b7aca5dbcbd7e92e6ca0fc0a8513 (patch) | |
| tree | d945f36e6735f359505e2f18661ce084331e8ff8 /view_xref.php | |
| parent | 173b6db354a04d101f963a26217850ca8355f025 (diff) | |
| download | contact-b4500d7559b7b7aca5dbcbd7e92e6ca0fc0a8513.tar.gz contact-b4500d7559b7b7aca5dbcbd7e92e6ca0fc0a8513.tar.bz2 contact-b4500d7559b7b7aca5dbcbd7e92e6ca0fc0a8513.zip | |
Remove debug
Diffstat (limited to 'view_xref.php')
| -rw-r--r-- | view_xref.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view_xref.php b/view_xref.php index b0a6796..76142a9 100644 --- a/view_xref.php +++ b/view_xref.php @@ -45,7 +45,7 @@ if (isset($_REQUEST["fCancel"])) { if( empty( $xrefInfo ) ) { $xrefInfo = &$gContent->mInfo['xref_store']['data']; } -vd($xrefInfo); + $gBitSmarty->assign_by_ref( 'xrefInfo', $xrefInfo ); $gBitSmarty->assign_by_ref( 'title', $gContent->mInfo['title'] ); $gBitSmarty->assign_by_ref( 'xref_title', $gContent->mInfo['xref_title'] ); |
