summaryrefslogtreecommitdiff
path: root/list_contacts.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 /list_contacts.php
parenta3272bbcd1e120ac890435a44fe19d3951b386b7 (diff)
downloadcontact-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.php4
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