Ignore:
Timestamp:
May 19, 2011, 10:10:03 PM (13 years ago)
Author:
gbo
Message:

version 2.2.d fix bug with $high and openwindow

File:
1 edited

Legend:

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

    r10838 r10946  
    22/*
    33Plugin Name: Look_like_gbo2
    4 Version:  2.2.c
     4Version:  2.2.D
    55Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=251
    66Author: GBo
     
    1111  2.2.b Full compliant 2.2 Piwigo + fix bug in admin
    1212  2.2.c Fix JS bug with FF4.01 + add language Cz
     13  2.2.d fix bug with $high and openwindow
    1314*/
    1415if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
     
    1718global $conf;
    1819
    19 define ('LLGBO_INFO_VERSION','2.2.c');
     20define ('LLGBO_INFO_VERSION','2.2.D');
    2021if (!defined('LLGBO_PATH'))
    2122{define('LLGBO_PATH' ,get_root_url().'plugins/'.basename(dirname(__FILE__)) . '/');}
Note: See TracChangeset for help on using the changeset viewer.