diff options
| author | lsces <lester@lsces.co.uk> | 2016-02-07 16:53:47 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2016-02-07 16:53:47 +0000 |
| commit | 77a625866943f6221a6824b1bac5671f2b16c283 (patch) | |
| tree | 57eaefdac21fe87fff3528a383430076d1423c32 | |
| parent | d32c17efc6a0ce5b80c60d558813eb3c68dc87cf (diff) | |
| download | calendar-77a625866943f6221a6824b1bac5671f2b16c283.tar.gz calendar-77a625866943f6221a6824b1bac5671f2b16c283.tar.bz2 calendar-77a625866943f6221a6824b1bac5671f2b16c283.zip | |
Move from Smarty2 to Smarty3 function style
| -rw-r--r-- | Calendar.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Calendar.php b/Calendar.php index ea588b0..ba921e2 100644 --- a/Calendar.php +++ b/Calendar.php @@ -447,8 +447,8 @@ class Calendar extends LibertyContent { } } } - $gBitSmarty->assign_by_ref( 'calDay', $calDay ); - $gBitSmarty->assign_by_ref( 'calMonth', $calMonth ); + $gBitSmarty->assignByRef( 'calDay', $calDay ); + $gBitSmarty->assignByRef( 'calMonth', $calMonth ); } function setupCalendar($pShowContentOptions = TRUE) { |
