some features for 1.0 added

Serbian localisation finished
This commit is contained in:
sebastian 2005-06-07 15:55:28 +00:00
parent 512f2e811d
commit 2e34430b32
23 changed files with 495 additions and 324 deletions

View file

@ -156,6 +156,7 @@ class uiBase
}
}
/**
* _parseArr2Form
*
@ -343,7 +344,7 @@ class uiBase
function _getMDataValue($id, $key, $langid=FALSE)
{
if ($langid===FALSE) $langid = $_SESSION['langid'];
if (is_array($arr = $this->gb->getMDataValue($id, $key, $this->sessid, $langid))) {
$value = current($arr);
return $value['value'];