Changeset 6272 for extensions


Ignore:
Timestamp:
May 22, 2010, 10:47:18 AM (14 years ago)
Author:
grum
Message:

Version 1.2.2
fix bug:1670

Location:
extensions/lmt
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/lmt/lmt_aip.class.inc.php

    r5548 r6272  
    718718      if($result)
    719719      {
    720         while($row=pwg_db_fecth_assoc($result))
     720        while($row=pwg_db_fetch_assoc($result))
    721721        {
    722722          $datas=array(
  • extensions/lmt/lmt_version.inc.php

    r5802 r6272  
    1515  if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    1616
    17   define('LMT_VERSION',  '1.2.1');
    18   define('LMT_VERSION2', '01.02.01');
     17  define('LMT_VERSION',  '1.2.2');
     18  define('LMT_VERSION2', '01.02.02');
    1919?>
  • extensions/lmt/main.inc.php

    r5802 r6272  
    22/*
    33Plugin Name: LMT
    4 Version: 1.2.1
     4Version: 1.2.2
    55Description: Appliquer une licence sur ses photos / Apply a licence on photos
    66Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=282
     
    5151| 1.2.1   | 2010/04/11 | * Fixed a minor bug in the display
    5252|         |            |
    53 |         |            |
     53| 1.2.2   | 2010/05/22 | * mantis : bug 1670
     54|         |            |   . Call undefined function in file lmt_aip.class.php
     55|         |            |     on line 720
    5456|         |            |
    5557|         |            |
Note: See TracChangeset for help on using the changeset viewer.