1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-11-29 00:24:13 +01:00
Commit Graph

16 Commits

Author SHA1 Message Date
Jean Paul Galea
54dfc6edb6 Refactor.
- remove unnecessary else {} wrapper.
2015-08-18 12:04:30 +02:00
Jean Paul Galea
b76ffc313f Cosmetic changes.
- make it easier to understand query construction.
2015-08-18 12:03:58 +02:00
Jean Paul Galea
b417759932 Update copyright year. 2015-07-20 20:01:16 +00:00
Jean Paul Galea
057eb0b563 Removed dead code, second try.
- grep with -i switch.

- left UnixToDbTime...
	will refactor later and unwrap to plain date()

- left timestamp* methods in ykval-db,
	not used but might be useful while refactoring other code.
2015-07-16 22:07:39 +02:00
Jean Paul Galea
b4f9bd4939 Revert "Removed dead code."
This reverts commit 29deb6007d.

PHP functions are __not__ case-sensitive!
2015-07-16 15:44:35 +02:00
Jean Paul Galea
29deb6007d Removed dead code. 2015-07-16 14:26:14 +02:00
Jean Paul Galea
91e49cefd4 Remove trailing whitespace. 2015-07-15 16:55:06 +02:00
Jean Paul Galea
e76c5002f2 Drop php closing tags. 2015-07-15 15:14:25 +02:00
Dain Nilsson
ee1f040b00 Updated copyright headers. 2013-02-04 17:39:36 +01:00
Dain Nilsson
bfbb80b17a Fixed problems when no current result exists. 2013-01-31 16:41:48 +01:00
Klas Lindfors
806ad0c72f do $res->rowCount() instead of count($res->fetchAll())
this time for the pdo code on oracle branch.
2012-06-29 10:36:32 +02:00
Remi Mollon
f9e1a3a883 getRowValue is not needed anymore 2012-06-28 14:55:00 +02:00
Klas Lindfors
f26db7b71e make query protected, accessed from super class 2012-06-12 14:27:21 +02:00
Klas Lindfors
13463beb06 extends properly 2012-06-12 13:37:55 +02:00
Klas Lindfors
9e9f20b959 more oracle compatibility 2012-06-12 13:27:51 +02:00
Klas Lindfors
dd9f567e22 start work on integrating oracle patches from Remi Mollon <Remi.Mollon@cern.ch> 2012-06-12 10:33:02 +02:00