added another data type to fields called TIME.

This commit is contained in:
2016-05-02 16:20:07 +01:00
parent 57bf464111
commit 951e0c1f5d
365 changed files with 372 additions and 366 deletions

View File

@ -841,7 +841,7 @@ abstract class ###Component###Helper
$w .= ' ';
if($r < 100)
{
$word .= 'and ';
$w .= 'and ';
}
$w .= self::numberToString($r);
}

View File

@ -832,7 +832,7 @@ abstract class ###Component###Helper
$w .= ' ';
if($r < 100)
{
$word .= 'and ';
$w .= 'and ';
}
$w .= self::numberToString($r);
}