Ignore:
Timestamp:
Feb 7, 2017, 5:41:56 PM (7 years ago)
Author:
ddtddt
Message:

[extensions] - manage_properties_photos - bug restore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/manage_properties_photos/maintain.class.php

    r31553 r31741  
    7373        (9,"Visits",9,'.$activvisits.',0),
    7474        (10,"Average",10,'.$activrs.',0),
    75         (11,"Who can see this photo?",11,'.$activpl.',0)
     75        (11,"Who can see this photo?",11,'.$activpl.',0),
     76        (12,"Description",12,1,0)
    7677        ;';
    7778  pwg_query($q);
     
    100101
    101102  function uninstall(){
     103          global $prefixeTable;
    102104    $q = 'DROP TABLE ' . $prefixeTable . 'add_properties_photos;';
    103105    pwg_query($q);
Note: See TracChangeset for help on using the changeset viewer.