Changeset 688 for trunk/profile.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/profile.php

    r675 r688  
    349349{
    350350  $template->assign_block_vars('modify.profile',array());
    351   $template->pparse('profile_body');
     351  $template->parse('profile_body');
    352352  include(PHPWG_ROOT_PATH.'include/page_tail.php');
    353353}
Note: See TracChangeset for help on using the changeset viewer.