diff options
| author | lsces <lester@lsces.co.uk> | 2016-02-07 17:00:54 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2016-02-07 17:00:54 +0000 |
| commit | 7392e0514a1fc729b6666cf7089285c6824b2126 (patch) | |
| tree | a4c0c7c0d2015959df9aa01065e4cd87b029cf76 /edit_notes.php | |
| parent | a3272bbcd1e120ac890435a44fe19d3951b386b7 (diff) | |
| download | contact-7392e0514a1fc729b6666cf7089285c6824b2126.tar.gz contact-7392e0514a1fc729b6666cf7089285c6824b2126.tar.bz2 contact-7392e0514a1fc729b6666cf7089285c6824b2126.zip | |
Move from Smarty2 to Smarty3 function style
Diffstat (limited to 'edit_notes.php')
| -rw-r--r-- | edit_notes.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/edit_notes.php b/edit_notes.php index 66df0b9..42b92e3 100644 --- a/edit_notes.php +++ b/edit_notes.php @@ -69,9 +69,9 @@ if( empty( $formInfo ) ) { } $formInfo['contact_type_list'] = $gContent->getContactSourceList(); -$gBitSmarty->assign_by_ref( 'pageInfo', $formInfo ); +$gBitSmarty->assignByRef( 'pageInfo', $formInfo ); -$gBitSmarty->assign_by_ref( 'errors', $gContent->mErrors ); +$gBitSmarty->assignByRef( 'errors', $gContent->mErrors ); $gBitSmarty->assign( (!empty( $_REQUEST['tab'] ) ? $_REQUEST['tab'] : 'body').'TabSelect', 'tdefault' ); $gBitSmarty->assign('show_page_bar', 'y'); |
