Added : Load video fileds

This commit is contained in:
Fawaz 2012-08-08 21:42:20 +00:00
parent fc0c99ac62
commit 755ac58396

View file

@ -89,6 +89,14 @@ switch($mode)
echo json_encode($categories);
}
break;
case 'getFields':
case 'get_fields': {
$fields = $cbvid->load_video_fields(null);
echo json_encode($fields);
}
break;
}
?>