*** empty log message ***

This commit is contained in:
sebastian 2005-02-25 22:46:30 +00:00
parent 109d6cc171
commit 4c89f8a6d7
5 changed files with 178 additions and 320 deletions

View file

@ -52,6 +52,14 @@ function _getDArr($format)
return $arr;
}
function _getNumArr($start, $end, $step=1)
{
for($n=$start; $n<=$end; $n=$n+$step) {
$arr[$n] = $n;
}
return $arr;
}
/**
* uiBase class