Changeset 32599


Ignore:
Timestamp:
May 19, 2021, 9:46:13 PM (3 years ago)
Author:
ddtddt
Message:

[custom_contact_link] change test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/custom_contact_link/main.inc.php

    r32598 r32599  
    3434  $desco = pwg_db_fetch_assoc(pwg_query("SELECT state FROM " . PLUGINS_TABLE . " WHERE id = 'ContactForm';"));
    3535
    36 if($desco['state'] != 'active'){
     36if($desco['state'] == 'active'){
    3737
    3838  add_event_handler('loc_end_picture', 'ccl_add_link');
Note: See TracChangeset for help on using the changeset viewer.