[Dehs-devel] r125 - trunk

atomo64-guest at alioth.debian.org atomo64-guest at alioth.debian.org
Mon Mar 24 17:56:53 UTC 2008


Author: atomo64-guest
Date: 2008-03-24 17:56:53 +0000 (Mon, 24 Mar 2008)
New Revision: 125

Modified:
   trunk/dehs_pg.php
Log:
Yet an other silly mistake

Modified: trunk/dehs_pg.php
===================================================================
--- trunk/dehs_pg.php	2008-03-24 17:54:07 UTC (rev 124)
+++ trunk/dehs_pg.php	2008-03-24 17:56:53 UTC (rev 125)
@@ -427,7 +427,7 @@
     while ($res_array=pg_fetch_array($rsql)) {
         $package = $res_array['name'];
 
-        if (!dba_exists('p:' .  $package)) {
+        if (!dba_exists('p:' .  $package, $popcon_db)) {
             continue;
         }
 




More information about the Dehs-devel mailing list