Ignore:
Timestamp:
Jan 31, 2010, 10:13:41 AM (14 years ago)
Author:
george
Message:
  • Opraveno: Chyba vytváření složky při generování addonu.
  • Opraveno: Kontrolovat chybně zadané nebo chybějící vstupní pole při ukládání překladů.
  • Opraveno: Kontrola zadání hledaných slov při hledání překladů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/img_statistic.php

    r292 r309  
    4747imagefilledrectangle($Image, 0, 0, $PercentBar, 59, $Color2);
    4848$FontSize = 10;
    49 if(($NumberPerDay > 0) and ($team == '') and ($language == '') and ($user_sql == '') and ($NotTran > 0))
     49if(($NumberPerDay > 0) and ($team == '') and ($language == '') and ($NotTran > 0))
    5050{
    5151  $TimeToTranslate = ($NotTran  / $NumberPerDay) * $Days;
Note: See TracChangeset for help on using the changeset viewer.