aurweb/web
Eli Schwartz 5ca1e271f9 Fix PHP 7.4 warnings
If a db query returned NULL instead of an array, then accessing $row[0]
now throws a warning. The undocumented behavior of evaluating to NULL
is maintained, and we want to return NULL anyway, so add a check for the
value and fall back on the default function return type.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
2020-02-13 09:11:28 +01:00
..
html Add support for backup email addresses 2020-02-02 12:12:42 +01:00
lib Fix PHP 7.4 warnings 2020-02-13 09:11:28 +01:00
locale Add dummy "web/locale/" directory. 2011-04-10 15:40:49 +02:00
template Explain syntax/features in the comments section 2020-02-02 12:12:43 +01:00