Ignore:
Timestamp:
Jan 6, 2022, 6:01:15 PM (2 years ago)
Author:
ddtddt
Message:

[user_custom_fields] compatybilité piwigo 12

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/user_custom_fields/initregister.php

    r32592 r32698  
    33// | User Custom Fields plugin for Piwigo by TEMMII                        |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2016-2021 ddtddt               http://temmii.com/piwigo/ |
     5// | Copyright(C) 2016-2022 ddtddt               http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
     
    3030}
    3131
    32 function ucfIT($content, &$smarty){
     32function ucfIT($content){
    3333  $search = '/(<fieldset>).*(<\/fieldset>)/is';
    3434  return preg_replace($search, '{$UCF_REGISTER_ADD}', $content);
Note: See TracChangeset for help on using the changeset viewer.