some features for 1.0 added
Serbian localisation finished
This commit is contained in:
parent
512f2e811d
commit
2e34430b32
23 changed files with 495 additions and 324 deletions
|
@ -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'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue