retrieve SAP notes

This commit is contained in:
2014-10-23 23:54:29 +02:00
parent e8a0d5adbf
commit 642ee4e8a8
9 changed files with 214 additions and 12 deletions

View File

@@ -176,6 +176,9 @@ if($bUserOk && $sAction!=Databap::EXT_ACCESS)
case 'list':
$sResult = $oDatabap->getItemList();
break;
case 'note':
$sResult = $oDatabap->getNote($oItemId);
break;
case 'css':
$sResult = $oDatabap->getStyleSheet();
break;