[evolvis-commits] r8721: Added some comments about how to fix this?==?UTF-8?Q?↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 16:50:38 CET 2011


Author: mirabilos
Date: 2011-02-24 16:50:38 +0100 (Thu, 24 Feb 2011)
New Revision: 8721

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/www/export/bug_dump.php
Log:
Added some comments about how to fix this


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/www/export/bug_dump.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/www/export/bug_dump.php	2011-02-24 15:50:10 UTC (rev 8720)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/www/export/bug_dump.php	2011-02-24 15:50:38 UTC (rev 8721)
@@ -1,4 +1,5 @@
 <?php
+
 require_once('pre.php');
 header("Content-Type: text/plain");
 
@@ -16,7 +17,8 @@
 	           print("</bugs>\n");
                   exit;
           }
-
+// this is broken; the bug table doesn't exist
+// it should use ArtifactFactory and all that 
           $query = "SELECT
       b.*
       FROM



More information about the evolvis-commits mailing list