Changeset 11328


Ignore:
Timestamp:
Jun 12, 2011, 12:56:56 AM (13 years ago)
Author:
plg
Message:

bug 2339 fixed: admin.php calls sync_users() only if external_authentification is true, not at random

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/admin.php

    r11057 r11328  
    6666// +-----------------------------------------------------------------------+
    6767
    68 if (mt_rand(0,9)==0)
     68// sync_user() is only useful when external authentication is activated
     69if ($conf['external_authentification'])
    6970{
    7071  sync_users();
Note: See TracChangeset for help on using the changeset viewer.