Ignore:
Timestamp:
Feb 1, 2011, 2:11:29 PM (13 years ago)
Author:
nikrou
Message:

Fix translation issue
Fix bugs with special configuration params :

Prepare piwigo release 2.2 (func_combine_script instead of func_known_script)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/user_tags/include/t4u_admin_action.inc.php

    r6846 r9037  
    33// | User Tags  - a plugin for Piwigo                                      |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2010 Nicolas Roudaire             http://www.nikrou.net  |
     5// | Copyright(C) 2010-2011 Nicolas Roudaire        http://www.nikrou.net  |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
     
    3636  if (isset($_SERVER['HTTP_X_REQUESTED_WITH'])) {
    3737    header("Content-Type: application/json");
    38     $message['info'] = l10n('Tags updated');
     38    $message['info'] = 'Tags updated';
    3939
    4040    echo json_encode($message);
Note: See TracChangeset for help on using the changeset viewer.