@@ -55,7 +55,7 @@ |
||
55 | 55 | $parser->forward(); |
56 | 56 | } |
57 | 57 | |
58 | - $date = $chan->getYear() .'-'. $chan->getMonth() .'-'. $chan->getDay(); |
|
58 | + $date = $chan->getYear().'-'.$chan->getMonth().'-'.$chan->getDay(); |
|
59 | 59 | $chan->setDatetime($date); |
60 | 60 | |
61 | 61 | return $chan; |
@@ -46,7 +46,7 @@ |
||
46 | 46 | } |
47 | 47 | |
48 | 48 | if ($recordType == 'BURI') { |
49 | - $a=''; |
|
49 | + $a = ''; |
|
50 | 50 | } |
51 | 51 | |
52 | 52 | switch ($recordType) { |
@@ -41,7 +41,7 @@ |
||
41 | 41 | public function setDate($date) { |
42 | 42 | $this->date = $date; |
43 | 43 | if ($this->getDay()) { |
44 | - $this->dateFormatted = $this->getYear() .'-'. $this->getMonth() .'-'. substr("0{$this->getDay()}", -2); |
|
44 | + $this->dateFormatted = $this->getYear().'-'.$this->getMonth().'-'.substr("0{$this->getDay()}", -2); |
|
45 | 45 | } |
46 | 46 | else { |
47 | 47 | $this->year = $date; |
@@ -111,7 +111,7 @@ |
||
111 | 111 | |
112 | 112 | public function setDatetime($date = '') |
113 | 113 | { |
114 | - $this->datetime = $date .' '. $this->time; |
|
114 | + $this->datetime = $date.' '.$this->time; |
|
115 | 115 | |
116 | 116 | return $this; |
117 | 117 | } |
@@ -39,7 +39,7 @@ |
||
39 | 39 | public function setDate($date) { |
40 | 40 | $this->date = $date; |
41 | 41 | if ($this->getDay()) { |
42 | - $this->dateFormatted = $this->getYear() .'-'. $this->getMonth() .'-'. substr("0{$this->getDay()}", -2); |
|
42 | + $this->dateFormatted = $this->getYear().'-'.$this->getMonth().'-'.substr("0{$this->getDay()}", -2); |
|
43 | 43 | } |
44 | 44 | else { |
45 | 45 | $this->dateFormatted = null; |
@@ -39,7 +39,7 @@ |
||
39 | 39 | public function setDate($date) { |
40 | 40 | $this->date = $date; |
41 | 41 | if ($this->getDay()) { |
42 | - $this->dateFormatted = $this->getYear() .'-'. $this->getMonth() .'-'. substr("0{$this->getDay()}", -2); |
|
42 | + $this->dateFormatted = $this->getYear().'-'.$this->getMonth().'-'.substr("0{$this->getDay()}", -2); |
|
43 | 43 | } |
44 | 44 | else { |
45 | 45 | $this->year = $date; |