summaryrefslogtreecommitdiff
path: root/add_xref_address.php
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2016-02-07 17:00:54 +0000
committerlsces <lester@lsces.co.uk>2016-02-07 17:00:54 +0000
commit7392e0514a1fc729b6666cf7089285c6824b2126 (patch)
treea4c0c7c0d2015959df9aa01065e4cd87b029cf76 /add_xref_address.php
parenta3272bbcd1e120ac890435a44fe19d3951b386b7 (diff)
downloadcontact-7392e0514a1fc729b6666cf7089285c6824b2126.tar.gz
contact-7392e0514a1fc729b6666cf7089285c6824b2126.tar.bz2
contact-7392e0514a1fc729b6666cf7089285c6824b2126.zip
Move from Smarty2 to Smarty3 function style
Diffstat (limited to 'add_xref_address.php')
-rw-r--r--add_xref_address.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/add_xref_address.php b/add_xref_address.php
index 6f4ed21..7e84d53 100644
--- a/add_xref_address.php
+++ b/add_xref_address.php
@@ -51,9 +51,9 @@ $gContent->mInfo['format_guid'] = 'text';
$xrefInfo['ignore_start_date'] = 'n';
$xrefInfo['ignore_end_date'] = 'y';
-$gBitSmarty->assign_by_ref( 'xrefInfo', $xrefInfo );
-$gBitSmarty->assign_by_ref( 'title', $gContent->mInfo['title'] );
+$gBitSmarty->assignByRef( 'xrefInfo', $xrefInfo );
+$gBitSmarty->assignByRef( 'title', $gContent->mInfo['title'] );
-$gBitSmarty->assign_by_ref( 'errors', $gContent->mErrors );
+$gBitSmarty->assignByRef( 'errors', $gContent->mErrors );
$gBitSystem->display( 'bitpackage:contact/add_xref_address.tpl', 'Edit: ' , array( 'display_mode' => 'edit' ));
?>