adding read page and side calendar
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user