- logo planeum
- status in news
- email in options
This commit is contained in:
2014-07-02 19:38:33 +02:00
parent e42c463826
commit 1f42d2286f
7 changed files with 51 additions and 21 deletions

View File

@@ -187,7 +187,7 @@ if($bUserOk && $sAction!=Databap::EXT_ACCESS)
{
case 'add_user':
$asInfo = explode('-', strtolower($oUser));
$sResult = 'User added. Id='.$oDatabap->addUser($asInfo[0], $asInfo[1], $asInfo[2]);
$sResult = 'User added. Id='.$oDatabap->addUser($asInfo[0], $asInfo[1], $asInfo[2], array_key_exists(3, $asInfo)?$asInfo[3]:'');
break;
case 'build_index':
$oDatabap->buildCompleteIndex();