|
@@ -150,7 +150,7 @@ discard block |
|
|
block discarded – undo |
|
150
|
150
|
return; |
|
151
|
151
|
} |
|
152
|
152
|
|
|
153
|
|
- Logger::warning('expirycheck: NetID ' . $netId . ' is about to expire!'); |
|
|
153
|
+ Logger::warning('expirycheck: NetID '.$netId.' is about to expire!'); |
|
154
|
154
|
|
|
155
|
155
|
// Save state and redirect |
|
156
|
156
|
$state['expireOnDate'] = date($this->date_format, $expireOnDate); |
|
@@ -161,8 +161,8 @@ discard block |
|
|
block discarded – undo |
|
161
|
161
|
} |
|
162
|
162
|
|
|
163
|
163
|
if (!$this->checkDate($expireOnDate)) { |
|
164
|
|
- Logger::error('expirycheck: NetID ' . $netId . |
|
165
|
|
- ' has expired [' . date($this->date_format, $expireOnDate) . ']. Access denied!'); |
|
|
164
|
+ Logger::error('expirycheck: NetID '.$netId. |
|
|
165
|
+ ' has expired ['.date($this->date_format, $expireOnDate).']. Access denied!'); |
|
166
|
166
|
|
|
167
|
167
|
/* Save state and redirect. */ |
|
168
|
168
|
$state['expireOnDate'] = date($this->date_format, $expireOnDate); |
Please login to merge, or discard this patch.