Changeset 22063


Ignore:
Timestamp:
Apr 7, 2013, 9:27:27 PM (11 years ago)
Author:
nikrou
Message:

Forget debug lines

Location:
extensions/user_tags
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/user_tags/CHANGELOG

    r22062 r22063  
     1User Tags 0.8.1 - 2013-04-07
     2================================
     3* no change.
     4
    15User Tags 0.8.0 - 2013-04-07
    26================================
  • extensions/user_tags/admin.php

    r22062 r22063  
    4242  }
    4343
    44   Log::getInstance()->debug($_POST);
    45   Log::getInstance()->debug($me);
    4644  if (!empty($_POST['existing_tags_only'])
    4745      && $_POST['existing_tags_only']!=$me->getPermission('existing_tags_only')) {
    48     Log::getInstance()->debug('à mettre à 1');
    4946    $me->setPermission('existing_tags_only', 1);
    5047    $save_config = true;
    5148  } elseif (!isset($_POST['existing_tags_only']) && $me->getPermission('existing_tags_only')!=0) {
    52     Log::getInstance()->debug('à mettre à O');
    5349    $me->setPermission('existing_tags_only', 0);
    5450    $save_config = true;   
  • extensions/user_tags/main.inc.php

    r22062 r22063  
    2222/*
    2323Plugin Name: User Tags
    24 Version: 0.8.0
     24Version: 0.8.1
    2525Description: Allow visitors to add tag to images
    2626Plugin URI: http://piwigo.org/ext/extension_view.php?eid=441
Note: See TracChangeset for help on using the changeset viewer.