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:
@@ -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";
|
||||
}
|
||||
|
Reference in New Issue
Block a user