[Dehs-devel] r124 - trunk

atomo64-guest at alioth.debian.org atomo64-guest at alioth.debian.org
Mon Mar 24 17:54:07 UTC 2008


Author: atomo64-guest
Date: 2008-03-24 17:54:07 +0000 (Mon, 24 Mar 2008)
New Revision: 124

Modified:
   trunk/dehs_pg.php
Log:
Fixed another silly mistake

Modified: trunk/dehs_pg.php
===================================================================
--- trunk/dehs_pg.php	2008-03-24 17:51:34 UTC (rev 123)
+++ trunk/dehs_pg.php	2008-03-24 17:54:07 UTC (rev 124)
@@ -422,7 +422,7 @@
     $filename=$dirs[popcon_dir] . "/popcon.db";
     $popcon_db = dba_open("$filename", 'r-', 'db4');
 
-    $rsql = pg_exec($dbconn, "SELECT name FROM pkgs");
+    $rsql = pg_exec($db, "SELECT name FROM pkgs");
 
     while ($res_array=pg_fetch_array($rsql)) {
         $package = $res_array['name'];




More information about the Dehs-devel mailing list