Ignore:
Timestamp:
Nov 1, 2010, 10:51:58 PM (13 years ago)
Author:
grum
Message:

fix bug:1487 - LMT image not displayed with IE8
implement feature:1689 - Add possibility to search picture by licence

File:
1 edited

Legend:

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

    r6703 r7560  
    22/*
    33Plugin Name: LMT
    4 Version: 1.2.3
     4Version: 1.3.0
    55Description: Appliquer une licence sur ses photos / Apply a licence on photos
    66Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=282
     
    108108{
    109109  //LMT public interface loaded and active only if in public page
    110   include_once("lmt_pip.class.inc.php");
    111   $obj=new LMT_PIP($prefixeTable, __FILE__);
     110  if(CommonPlugin::checkGPCRelease(LMT_GPC_NEEDED))
     111  {
     112    //LMT public interface loaded and active only if in public page
     113    include_once("lmt_pip.class.inc.php");
     114    $obj=new LMT_PIP($prefixeTable, __FILE__);
     115  }
    112116}
    113117
Note: See TracChangeset for help on using the changeset viewer.