Commit 74c6a36c authored by Franco Fichtner's avatar Franco Fichtner

src: style and whitespace sweep

parent babe3906
......@@ -318,7 +318,7 @@ class Voucher implements IAuthConnector
delete
from vouchers
where vouchergroup = :vouchergroup
and starttime is not null
and starttime is not null
and starttime + validity < :endtime
');
$stmt->bindParam(':vouchergroup', $vouchergroup);
......
<?
<?php
/**
* Copyright (C) 2016 Franco Fichtner <franco@opnsense.org>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment