Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-28 | Rename constructors to __construct | Marcel Korpel | 1 | -1/+1 | |
In PHP 7, constructor methods that have the same name as the class they are defined in are deprecated. Use __construct instead. http://php.net/manual/en/migration70.deprecated.php Signed-off-by: Marcel Korpel <marcel.korpel@gmail.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org> | |||||
2014-02-06 | Style fixes: Capitalization of "true" and "false" | Lukas Fleischer | 1 | -2/+2 | |
Use "true" instead of "TRUE" and "false" instead of "FALSE" or "False". Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> | |||||
2011-04-10 | Add php-gettext libraries to "web/lib/". | Lukas Fleischer | 1 | -0/+432 | |
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> |