Пример #1
0
 function getLatestActiveODList()
 {
     $odRecords = new ODRecords();
     if ($odIDList = $odRecords->selectLatestActiveRecords()) {
         return $odIDList;
     } else {
         return false;
     }
 }