1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 01:36:57 +02:00

Forums management updated, now able to delete forums

git-svn-id: file:///svn/phpbb/trunk@2890 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Ludovic Arnaud
2002-09-16 15:22:52 +00:00
parent eef332eea5
commit 66e0b32220
8 changed files with 95 additions and 138 deletions

View File

@@ -201,7 +201,7 @@ class sql_db
$values = array();
foreach ($assoc_ary as $key => $var)
{
if ($var == NULL)
if (is_null($var)
{
$values[] = "$key = NULL";
}