Ignore:
Timestamp:
Jan 18, 2013, 8:21:30 PM (11 years ago)
Author:
nikrou
Message:

Mise à jour année du copyright

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/user_tags/public.php

    r20139 r20251  
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
    8 // | it under the terms of the GNU General Public License version2 as      |
     8// | it under the terms of the GNU General Public License version 2 as     |
    99// | published by the Free Software Foundation                             |
    1010// |                                                                       |
     
    2626$public_content = new t4u_Content($plugin_config);
    2727add_event_handler('render_element_content',
    28                   array($public_content, 'render_element_content'),
    29                   EVENT_HANDLER_PRIORITY_NEUTRAL,
    30                   2
    31                   );
     28                  array($public_content, 'render_element_content'),
     29                  EVENT_HANDLER_PRIORITY_NEUTRAL,
     30                  2
     31                  );
    3232
    3333$t4u_ws = new t4u_Ws();
    3434add_event_handler('ws_add_methods',
    35                   array($t4u_ws, 'addMethods')
    36                   );
     35                  array($t4u_ws, 'addMethods')
     36                  );
    3737?>
Note: See TracChangeset for help on using the changeset viewer.