Changeset 14218


Ignore:
Timestamp:
Apr 18, 2012, 5:04:22 PM (12 years ago)
Author:
Gotcha
Message:

'auto' version

File:
1 edited

Legend:

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

    r12789 r14218  
    22/*
    33Plugin Name: rightClick
    4 Version: 2.1.b
     4Version: auto
    55Description: rightClick deactivates the context menu on websized pictures and more.
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=401
     
    1212define('RIGHTCK_DIR' , basename(dirname(__FILE__)));
    1313define('RIGHTCK_PATH' , PHPWG_PLUGINS_PATH . RIGHTCK_DIR . '/');
    14 define('RIGHTCK_VER' , '2.1.b');
    1514
    1615if ( !function_exists( 'rightClick_protect' ) )
     
    4342                        'Dir'                           => RIGHTCK_DIR,
    4443                        'Path'                          => $Path,
    45                         'Version'                       => RIGHTCK_VER,
    4644                        'Selectors'                     => $conf['rightClick_selectors'],
    4745                        );
Note: See TracChangeset for help on using the changeset viewer.