public function sort_record()
 {
     $cmsPluginsFunctions = new CmsPluginsFunctions();
     $cmsPluginsFunctions->sort_record();
 }
Exemple #2
0
 public function removerecordfile($id)
 {
     $cmsPluginsFunctions = new CmsPluginsFunctions();
     $cmsPluginsFunctions->removerecordfile($id, $_POST['recordname'], $_POST['filename']);
 }