Merge pull request #5501 from defrance/patch-13
Fix: Add $result on db->free
This commit is contained in:
commit
d2209be6e3
@ -326,7 +326,7 @@ if ($result)
|
|||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
|
|
||||||
$db->free();
|
$db->free($result);
|
||||||
|
|
||||||
print "</table>\n";
|
print "</table>\n";
|
||||||
print "<!-- End last thirdparties modified -->\n";
|
print "<!-- End last thirdparties modified -->\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user