Changeset 32937


Ignore:
Timestamp:
Jan 21, 2023, 7:48:24 PM (15 months ago)
Author:
ddtddt
Message:

[see_photos_by_user] check php8

Location:
extensions/see_photos_by_user
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • extensions/see_photos_by_user/admin.php

    r32396 r32937  
    33// | See photos by user plugin for piwigo  by TEMMII                       |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2014 - 2021 ddtddt             http://temmii.com/piwigo/ |
     5// | Copyright(C) 2014 - 2023 ddtddt             http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
     
    6161
    6262$PAPAB = pwg_db_fetch_assoc(pwg_query("SELECT state FROM " . PLUGINS_TABLE . " WHERE id = 'Photo_add_by';"));
     63if (!isset($PAPAB['state'])){$PAPAB['state']='inactive';}
    6364if($PAPAB['state'] == 'active'){
    6465  $SPBU3T2 = array(
  • extensions/see_photos_by_user/include/function.see.inc.php

    r32396 r32937  
    33// | See photos by user plugin for piwigo  by TEMMII                       |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2014 - 2021 ddtddt             http://temmii.com/piwigo/ |
     5// | Copyright(C) 2014 - 2023 ddtddt             http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
  • extensions/see_photos_by_user/language/en_UK/plugin.lang.php

    r32396 r32937  
    33// | See photos by user plugin for piwigo  by TEMMII                       |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2014 - 2021 ddtddt             http://temmii.com/piwigo/ |
     5// | Copyright(C) 2014 - 2023 ddtddt             http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
  • extensions/see_photos_by_user/language/fr_FR/plugin.lang.php

    r32396 r32937  
    33// | See photos by user plugin for piwigo  by TEMMII                       |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2014 - 2021 ddtddt             http://temmii.com/piwigo/ |
     5// | Copyright(C) 2014 - 2023 ddtddt             http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
  • extensions/see_photos_by_user/main.inc.php

    r32396 r32937  
    1212// | See photos by user plugin for piwigo  by TEMMII                       |
    1313// +-----------------------------------------------------------------------+
    14 // | Copyright(C) 2014 - 2021 ddtddt             http://temmii.com/piwigo/ |
     14// | Copyright(C) 2014 - 2023 ddtddt             http://temmii.com/piwigo/ |
    1515// +-----------------------------------------------------------------------+
    1616// | This program is free software; you can redistribute it and/or modify  |
  • extensions/see_photos_by_user/maintain.class.php

    r32396 r32937  
    33// | See photos by user plugin for piwigo  by TEMMII                       |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2014 - 2021 ddtddt             http://temmii.com/piwigo/ |
     5// | Copyright(C) 2014 - 2023 ddtddt             http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
  • extensions/see_photos_by_user/pagespba.php

    r32396 r32937  
    33// | See photos by user plugin for piwigo  by TEMMII                       |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2014 - 2021 ddtddt             http://temmii.com/piwigo/ |
     5// | Copyright(C) 2014 - 2023 ddtddt             http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
Note: See TracChangeset for help on using the changeset viewer.