| $pieces = explode("-", $c->ranges); | $pieces = explode("-", $c->ranges); | ||||
| if ($countD24 >= intval($pieces[0]) && $countD24 <= intval($pieces[1])) { | if ($countD24 >= intval($pieces[0]) && $countD24 <= intval($pieces[1])) { | ||||
| info($c->comm); | |||||
| info(strpos($c->comm, 'RM')); | |||||
| if (strpos($c->comm, 'RM') !== false) { | if (strpos($c->comm, 'RM') !== false) { | ||||
| info(explode("RM", $c->comm)); | |||||
| $comms = explode("RM", $c->comm); | |||||
| info($comms[]); | |||||
| $comm24 = '+ ' . $c->comm; | $comm24 = '+ ' . $c->comm; | ||||
| $commV24 = ''; | $commV24 = ''; | ||||
| $addRM24 = $c->comm; | $addRM24 = $c->comm; |