diff options
| author | lsces <lester@lsces.co.uk> | 2016-02-07 16:52:14 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2016-02-07 16:52:14 +0000 |
| commit | ec5f7a975915b9ef49499fc0ad063c5ecb8cdfd3 (patch) | |
| tree | acf78aeabb74725e27e61e2e245274f70f6e894a /assign.php | |
| parent | c3f0281d2755f78664f7541dce3a8c85706dc7d1 (diff) | |
| download | boards-ec5f7a975915b9ef49499fc0ad063c5ecb8cdfd3.tar.gz boards-ec5f7a975915b9ef49499fc0ad063c5ecb8cdfd3.tar.bz2 boards-ec5f7a975915b9ef49499fc0ad063c5ecb8cdfd3.zip | |
Move from Smarty2 to Smarty3 function style
Diffstat (limited to 'assign.php')
| -rw-r--r-- | assign.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ if (!empty($_REQUEST['integrity'])) { } $data = BitBoard::getAllMap(); -$gBitSmarty->assign_by_ref('data',$data); +$gBitSmarty->assignByRef('data',$data); // Display the template $gBitSystem->display( 'bitpackage:boards/board_assign.tpl', tra('Assign content to Board') , array( 'display_mode' => 'display' )); |
