ShuanghongS 3 kuukautta sitten
vanhempi
commit
0d4bc4bfb2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      utils/common.class.php

+ 1 - 1
utils/common.class.php

@@ -2048,7 +2048,7 @@ class common {
                             $eventdate.= " " . $event["eventtime"];
                         }
                         $location_code = $event["eventcode"];
-                        $content[] = array("code" =>$event['event'],"title" =>$event['description'],"date"=>$eventdate,"country"=>$location_code,"timezone"=>$event['timezone'],
+                        $content[] = array("code" =>$event['eventtype']."-".$location_code,"title" =>$event['description'],"date"=>$eventdate,"country"=>$location_code,"timezone"=>$event['timezone'],
                             "uncity"=>$event['uncity']);
                         if(strtolower($event['event']) == "vd" && !empty($eventdate)){
                             $VD = $eventdate;