Ignore:
Timestamp:
07/07/08 17:53:43 (4 years ago)
Author:
hverton
Message:

test if the report query is correct and whould produce any results before showing it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/download_statistics/php-files/modules/download_statistics/module_installer.php

    r1506 r1528  
    1717$mod_title = "Download Statistics"; 
    1818$mod_description = "Gather and display download statistics from download mirror logs. includes a Google Map with downloaders per country"; 
    19 $mod_version = "1.1.1"; 
     19$mod_version = "1.1.2"; 
    2020$mod_developer = "WanWizard"; 
    2121$mod_email = "wanwizard@gmail.com"; 
     
    117117$localestrings['en']['dls800'] = "Top files downloaded"; 
    118118$localestrings['en']['dls801'] = "Filenames filter"; 
    119 $localestrings['en']['dls802'] = "This filter is a regex"; 
     119$localestrings['en']['dls802'] = "This filter is a regexp"; 
    120120$localestrings['en']['dls803'] = "Show me"; 
    121121$localestrings['en']['dls804'] = "the top"; 
     
    124124$localestrings['en']['dls807'] = "Ascending"; 
    125125$localestrings['en']['dls808'] = "Descending"; 
    126 $localestrings['en']['dls809'] = "Error in regex:"; 
     126$localestrings['en']['dls809'] = "Error in regexp:"; 
    127127$localestrings['en']['dls810'] = "Filename"; 
    128128$localestrings['en']['dls811'] = "Download Count"; 
     
    152152$localestrings['en']['dls928'] = "You have to select either a download item or enter filename(s), or both"; 
    153153$localestrings['en']['dls929'] = "Are you sure you want to delete this statistics counter?"; 
     154// Messages: Reports 
     155$localestrings['en']['dls950'] = "The report could not be generated:"; 
    154156 
    155157/*---------------------------------------------------+ 
Note: See TracChangeset for help on using the changeset viewer.