Changeset 29839


Ignore:
Timestamp:
Sep 29, 2014, 10:55:00 PM (10 years ago)
Author:
plg
Message:

bug 3111: add comment to help understand the code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_user.inc.php

    r29759 r29839  
    223223    if ($notify_admin and $conf['browser_language'])
    224224    {
     225      // if function get_browser_language finds a language in the browser
     226      // which matches a language activated in Piwigo, then it sets
     227      // $override['language'] to 'ru' (for example) and returns
     228      // true. $override won't stay null
    225229      if (!get_browser_language($override['language']))
    226230      {
Note: See TracChangeset for help on using the changeset viewer.