Changeset 11329


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

merge r11328 from branch 2.2 to trunk

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin.php

    r11222 r11329  
    7373// +-----------------------------------------------------------------------+
    7474
    75 if (mt_rand(0,9)==0)
     75// sync_user() is only useful when external authentication is activated
     76if ($conf['external_authentification'])
    7677{
    7778  sync_users();
Note: See TracChangeset for help on using the changeset viewer.