Changeset 5206 for trunk/profile.php


Ignore:
Timestamp:
Mar 20, 2010, 9:28:35 PM (14 years ago)
Author:
rvelices
Message:

less warnings + language fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/profile.php

    r5196 r5206  
    6262  save_profile_from_post($userdata, $errors);
    6363
    64   $title= l10n('Your Gallery Customization ');
     64  $title= l10n('Your Gallery Customization');
    6565  $page['body_id'] = 'theProfilePage';
    6666  include(PHPWG_ROOT_PATH.'include/page_header.php');
     
    164164  ;';
    165165      list($current_password) = pwg_db_fetch_row(pwg_query($query));
    166  
     166
    167167      if ($conf['pass_convert']($_POST['password']) != $current_password)
    168168      {
     
    221221
    222222    trigger_action( 'save_profile_from_post', $userdata['id'] );
    223    
     223
    224224    if (!empty($_POST['redirect']))
    225225    {
     
    278278  // allow plugins to add their own form data to content
    279279  trigger_action( 'load_profile_in_template', $userdata );
    280  
     280
    281281  $template->assign_var_from_handle('PROFILE_CONTENT', 'profile_content');
    282282}
Note: See TracChangeset for help on using the changeset viewer.