savannah-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-dev] [bug #6554] include in savannah/frontend/php/bugs/reporti


From: nobody
Subject: [Savannah-dev] [bug #6554] include in savannah/frontend/php/bugs/reporting.php is incorrect
Date: Fri, 14 Nov 2003 12:04:29 -0500
User-agent: Mozilla/5.0 (compatible; Konqueror/3; Linux 2.4.18-27.7.x.cern; i686)

=================== BUG #6554: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=6554&group_id=11

Changes by: Mathieu Roy <address@hidden>
Date: ven 14.11.2003 à 18:04 (Europe/Paris)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Wont Fix
         Assigned to | None                      | yeupou
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Hi,

This code is deprecated, we only develop the development branch of the CVS 
(currently DEV_2003-09-05_CERN), not affected by this bug.

Thanks for the report anyway,





=================== BUG #6554: FULL BUG SNAPSHOT ===================


Signalé par: xvigour                  Projet: Savannah                      
Signalé le: ven 14.11.2003 à 10:16
Category:  Web Frontend               Severity:  5 - Average                
Priority:  None                       Resolution:  Wont Fix                 
Assigned to:  yeupou                  Status:  Closed                       
Fixed Release:                        

Summary:  include in savannah/frontend/php/bugs/reporting.php is incorrect

Original Submission:  the include files are:



require "../../include/pre.php";

require('../bug_data.php');

require('../bug_utils.php');





it should be



require "../include/pre.php";

require('bug_data.php');

require('bug_utils.php');





Follow-up Comments
*******************

-------------------------------------------------------
Date: ven 14.11.2003 à 18:04        By: yeupou
Hi,

This code is deprecated, we only develop the development branch of the CVS 
(currently DEV_2003-09-05_CERN), not affected by this bug.

Thanks for the report anyway,




La liste CC est vide


Il n'y a aucun fichier attaché actuellement


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=6554&group_id=11

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]