Ignore:
Timestamp:
10/19/08 16:59:54 (4 years ago)
Author:
hverton
Message:

fixed error when no commit message was given

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/ExiteCMS/tracsvn/php-files/modules/tracsvn/module_installer.php

    r1826 r1878  
    1717$mod_title = "Trac-SVN reports"; 
    1818$mod_description = "This ExiteCMS module provides a reporting of Trac Project management, and connects to SVN to retrieve details status information"; 
    19 $mod_version = "0.1.3"; 
     19$mod_version = "0.1.4"; 
    2020$mod_developer = "WanWizard"; 
    2121$mod_email = "wanwizard@gmail.com"; 
     
    142142$localestrings['en']['518'] = "Show original file (rev. %s)"; 
    143143$localestrings['en']['519'] = "* you don't have access to this file *"; 
     144$localestrings['en']['520'] = "No commit message given"; 
    144145 
    145146$localestrings['nl'] = array(); 
     
    221222$localestrings['nl']['517'] = "Bekijk bestand"; 
    222223$localestrings['nl']['518'] = "Toon origineel bestand (rev. %s)"; 
    223 $localestrings['en']['519'] = "* u heeft geen toegang tot dit bestand *"; 
     224$localestrings['nl']['519'] = "* u heeft geen toegang tot dit bestand *"; 
     225$localestrings['nl']['520'] = "Geen commit bericht ingegeven"; 
    224226 
    225227/*---------------------------------------------------+ 
     
    302304                // add the new svn filter settings key 
    303305                $result = dbquery("INSERT INTO ".$db_prefix."configuration( cfg_name, cfg_value ) VALUES ('tracsvn_svn_filter', '')"); 
     306            case "0.1.3": 
     307                // no upgrades this version 
    304308            default: 
    305309                // do this with every upgrade 
Note: See TracChangeset for help on using the changeset viewer.