pictures table

This commit is contained in:
2019-02-03 01:26:56 +01:00
parent 0239bb0551
commit 3c4bafec64
14 changed files with 1751 additions and 1550 deletions

View File

@@ -36,8 +36,8 @@ if($sAction!='')
{
switch($sAction)
{
case 'messages':
$sResult = $oSpot->getMessages();
case 'markers':
$sResult = $oSpot->getMarkers();
break;
case 'feed':
$sResult = $oSpot->getNewsFeed($iChunk);
@@ -54,6 +54,9 @@ if($sAction!='')
/*case 'sql':
$sResult = $oSpot->getDbBuildScript();
break;*/
case 'sync_pics':
$sResult = $oSpot->syncPics();
break;
default:
$sResult = Spot::getJsonResult(false, Spot::NOT_FOUND);
}