functions.inc.php: merge in r538 from trunk - remove dev comment

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/branches/postfixadmin-2.3beta@539 a1433add-5e2c-0410-b055-b7f2511e0802
David Goodwin 17 years ago
parent 07b82d2ead
commit 74dfe63b9f

@ -1576,7 +1576,6 @@ function db_assoc ($result)
function db_delete ($table,$where,$delete)
{
$query = "DELETE FROM $table WHERE " . escape_string($where) . "='" . escape_string($delete) . "'";
echo $query;
$result = db_query ($query);
if ($result['rows'] >= 1)
{

Loading…
Cancel
Save