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 /list_contacts.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 'list_contacts.php')
| -rw-r--r-- | list_contacts.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/list_contacts.php b/list_contacts.php index 8693b4c..a104dd8 100644 --- a/list_contacts.php +++ b/list_contacts.php @@ -30,8 +30,8 @@ if ( empty( $_REQUEST["sort_mode"] ) ) { // Get a list of Contacts $contacts->getList( $_REQUEST ); -$smarty->assign_by_ref('listInfo', $_REQUEST['listInfo']); -$smarty->assign_by_ref('list', $contacts); +$smarty->assignByRef('listInfo', $_REQUEST['listInfo']); +$smarty->assignByRef('list', $contacts); // Display the template |
