This commit is contained in:
Paula Quispe
2017-08-10 15:50:36 -04:00
parent 4afaa5c134
commit c2c5d0e4ba
20 changed files with 1 additions and 81 deletions

View File

@@ -91,8 +91,6 @@ class AppProxy extends HttpProxyController
);
}
//require_once ("classes/model/AppNotes.php");
$usrUid = isset( $_SESSION['USER_LOGGED'] ) ? $_SESSION['USER_LOGGED'] : "";
$appNotes = new AppNotes();
$response = $appNotes->getNotesList( $appUid, '', $httpData->start, $httpData->limit );
@@ -113,9 +111,6 @@ class AppProxy extends HttpProxyController
*/
function postNote ($httpData)
{
//require_once ("classes/model/AppNotes.php");
//extract(getExtJSParams());
if (isset( $httpData->appUid ) && trim( $httpData->appUid ) != "") {
$appUid = $httpData->appUid;
} else {