Ignore:
Timestamp:
Mar 28, 2010, 7:17:31 PM (14 years ago)
Author:
grum
Message:

Update the plugin for compatibility with Piwigo 2.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/grum_plugins_classes-2/users_groups.class.inc.php

    r4394 r5424  
    33/* -----------------------------------------------------------------------------
    44  class name: allowed_access, groups, users
    5   class version: 1.1
    6   date: 2007-10-31
     5  class version: 1.2
     6  date: 2010-03-28
    77  ------------------------------------------------------------------------------
    88  author: grum at piwog.org
     
    2727| release | date       |
    2828| 1.1     | 2009/11/29 | add 'webmaster' status for users
    29 |         |            |
     29| 1.2     | 2010/03/28 | Uses piwigo pwg_db_* functions instead of mysql_* functions
    3030|         |            |
    3131
     
    240240    if($result)
    241241    {
    242       while($row=mysql_fetch_assoc($result))
     242      while($row=pwg_db_fetch_assoc($result))
    243243      {
    244244        $this->access_list[$row['id']] =
Note: See TracChangeset for help on using the changeset viewer.