[Dehs-devel] r184 - trunk

Raphael Geissert geissert at alioth.debian.org
Fri Aug 6 19:50:52 UTC 2010


Author: geissert
Date: 2010-08-06 19:50:52 +0000 (Fri, 06 Aug 2010)
New Revision: 184

Modified:
   trunk/dehs_pg.php
Log:
Fix epoch handling, again


Modified: trunk/dehs_pg.php
===================================================================
--- trunk/dehs_pg.php	2010-08-05 20:47:51 UTC (rev 183)
+++ trunk/dehs_pg.php	2010-08-06 19:50:52 UTC (rev 184)
@@ -256,7 +256,7 @@
                         $buff1 .= $line;
                     }
                     if (preg_match($regexp,$buff1,$matches))  {
-			$matches[4] = ((isset($matches[3]) && strlen($matches[3]))? $matches[3].':' : ''). $matches[4];
+			$matches[4] = ((isset($matches[3]) && strlen($matches[3]))? $matches[3] : ''). $matches[4];
                         if (!isset($pkgs[$matches[1]]) || is_updated($pkgs[$matches[1]][4],$matches[4],true)) {
 			    unset($matches[0]);
                             $pkgs[$matches[1]] = $matches;




More information about the Dehs-devel mailing list