SF.net SVN: postfixadmin: [316] trunk/fetchmail.php
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2008-04-03 22:16:10
|
Revision: 316 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=316&view=rev Author: christian_boltz Date: 2008-04-03 15:16:15 -0700 (Thu, 03 Apr 2008) Log Message: ----------- fetchmail.php: - initialize $tFmail to avoid warning on empty list https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1927707&group_id=191583 Modified Paths: -------------- trunk/fetchmail.php Modified: trunk/fetchmail.php =================================================================== --- trunk/fetchmail.php 2008-04-03 21:57:44 UTC (rev 315) +++ trunk/fetchmail.php 2008-04-03 22:16:15 UTC (rev 316) @@ -229,6 +229,7 @@ } } +$tFmail = array(); if ($edit + $new == 0) { # display list $res = db_query ("SELECT ".implode(",",escape_string(array_keys($fm_struct)))." FROM fetchmail order by id desc"); if ($res['rows'] > 0) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |