adding read page and side calendar

This commit is contained in:
2018-11-18 15:52:22 +01:00
parent d3c3f8141b
commit bcdcf0d2f0
20 changed files with 386 additions and 247 deletions

View File

@@ -55,6 +55,9 @@ elseif($sAction!='' && $bLoggedIn)
case 'update':
$sResult = $oMyThoughts->updateThought($sContent, $iId);
break;
case 'thoughts':
$sResult = $oMyThoughts->getThoughtDates();
break;
default:
$sResult = MyThoughts::getJsonResult(false, MyThoughts::NOT_FOUND);
}