Changeset 688 for trunk/comments.php


Ignore:
Timestamp:
Jan 13, 2005, 11:18:49 AM (19 years ago)
Author:
plg
Message:
  • use template->parse instead of pparse. (exceptions for install.php and upgrade.php)
  • bug fixed : queries time and count were not displayed on a redirection
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/comments.php

    r675 r688  
    233233{
    234234  $template->assign_block_vars('title',array());
    235   $template->pparse('comments');
     235  $template->parse('comments');
    236236  include(PHPWG_ROOT_PATH.'include/page_tail.php');
    237237}
Note: See TracChangeset for help on using the changeset viewer.