SF.net SVN: postfixadmin: [194] trunk/search.php
Brought to you by:
christian_boltz,
gingerdog
|
From: <chr...@us...> - 2007-11-04 19:53:40
|
Revision: 194
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=194&view=rev
Author: christian_boltz
Date: 2007-11-04 11:53:45 -0800 (Sun, 04 Nov 2007)
Log Message:
-----------
- removed forgotten debugging code
Modified Paths:
--------------
trunk/search.php
Modified: trunk/search.php
===================================================================
--- trunk/search.php 2007-11-04 19:46:37 UTC (rev 193)
+++ trunk/search.php 2007-11-04 19:53:45 UTC (rev 194)
@@ -92,7 +92,6 @@
if ($CONF['vacation_control_admin'] == 'YES' && $CONF['vacation'] == 'YES')
{
$query = ("SELECT $table_mailbox.*, $table_vacation.active AS v_active FROM $table_mailbox LEFT JOIN $table_vacation ON $table_mailbox.username=$table_vacation.email WHERE $table_mailbox.username LIKE '%$fSearch%' OR $table_mailbox.name LIKE '%$fSearch%' ORDER BY $table_mailbox.username");
- echo $query;
}
else
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|