Dotclear

Changeset 393


Ignore:
Timestamp:
04/05/08 21:29:38 (16 years ago)
Author:
sacha
Message:

DC Poll : typos small update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcpoll/_install.php

    r271 r393  
    1616 
    1717$label = 'dcpoll'; 
    18  
    19 # Module version 
    2018$m_version = $core->plugins->moduleInfo($label,'version'); 
    21  
    22 # Installed version 
    2319$i_version = $core->getVersion($label); 
    2420 
    25 # OK, nothing to do 
    2621if (version_compare($i_version,$m_version,'>=')) { 
    2722     return; 
     
    8984# --SETTING NEW VERSION-- 
    9085 
    91 $core->setVersion($label,$m_version);    
    92  
     86$core->setVersion($label,$m_version); 
    9387unset($label,$i_version,$m_version,$s,$si); 
    9488return true; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map