Revision: 539
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=539&view=rev
Author: GingerDog
Date: 2009-01-20 20:49:24 +0000 (Tue, 20 Jan 2009)
Log Message:
-----------
functions.inc.php: merge in r538 from trunk - remove dev comment
Modified Paths:
--------------
branches/postfixadmin-2.3beta/functions.inc.php
Property Changed:
----------------
branches/postfixadmin-2.3beta/functions.inc.php
Modified: branches/postfixadmin-2.3beta/functions.inc.php
===================================================================
--- branches/postfixadmin-2.3beta/functions.inc.php 2009-01-20 20:42:53 UTC (rev 538)
+++ branches/postfixadmin-2.3beta/functions.inc.php 2009-01-20 20:49:24 UTC (rev 539)
@@ -1576,7 +1576,6 @@
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)
{
Property changes on: branches/postfixadmin-2.3beta/functions.inc.php
___________________________________________________________________
Added: svn:mergeinfo
+ /trunk/functions.inc.php:538
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|