You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-08-07 17:42:53 +03:00
functions.inc.php: remove dev comment (echo of sql)
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@538 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
@@ -1576,7 +1576,6 @@ function db_assoc ($result)
|
|||||||
function db_delete ($table,$where,$delete)
|
function db_delete ($table,$where,$delete)
|
||||||
{
|
{
|
||||||
$query = "DELETE FROM $table WHERE " . escape_string($where) . "='" . escape_string($delete) . "'";
|
$query = "DELETE FROM $table WHERE " . escape_string($where) . "='" . escape_string($delete) . "'";
|
||||||
echo $query;
|
|
||||||
$result = db_query ($query);
|
$result = db_query ($query);
|
||||||
if ($result['rows'] >= 1)
|
if ($result['rows'] >= 1)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user