Changeset 15 for trunk/inc_dntp/history.inc.php
- Timestamp:
- 08/09/05 22:30:14 (7 years ago)
- Files:
-
- 1 modified
-
trunk/inc_dntp/history.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc_dntp/history.inc.php
r1 r15 54 54 unset($day); unset($last_day); 55 55 56 $ smarty->assign('msgid', $msgid);57 $ smarty->assign('historic', $historic);56 $_SMARTY['msgid'] = $msgid; 57 $_SMARTY['historic'] = $historic; 58 58 ?>
