Changeset 12339


Ignore:
Timestamp:
Oct 4, 2011, 11:06:22 AM (13 years ago)
Author:
plg
Message:

postpone warning on is_adviser to Piwigo 2.4 to avoid breaking compatibility with plugins

File:
1 edited

Legend:

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

    r11992 r12339  
    13351335function is_adviser()
    13361336{
    1337   trigger_error('call to obsolete function is_adviser', E_USER_WARNING);
     1337  // TODO for Piwigo 2.4 : trigger a warning. We don't do it on Piwigo 2.3
     1338  // to avoid changes for plugin contributors
     1339  // trigger_error('call to obsolete function is_adviser', E_USER_WARNING);
    13381340  return false;
    13391341}
Note: See TracChangeset for help on using the changeset viewer.