Ignore:
Timestamp:
Oct 2, 2012, 6:41:03 PM (12 years ago)
Author:
Eric
Message:

Fix bad english typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/include/functions.inc.php

    r18277 r18432  
    782782                        $typemail = 1;
    783783         
    784           // Get current user informations
    785           // -----------------------------
     784          // Get current user information
     785          // ----------------------------
    786786          $query = '
    787787SELECT id, username, mail_address
     
    836836            $typemail = 1;
    837837         
    838             // Get current user informations
    839             // -----------------------------
     838            // Get current user information
     839            // ----------------------------
    840840            $query = '
    841841SELECT id, username, mail_address
     
    31663166  $user_nums = array_flip($user_ids);
    31673167
    3168   // Query to get informations in database
    3169   // -------------------------------------
     3168  // Query to get information in database
     3169  // ------------------------------------
    31703170  if (!empty($user_ids))
    31713171  {
Note: See TracChangeset for help on using the changeset viewer.