From a72904062c91886f0c3cbc91e0a2979da3bcb5f6 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Wed, 25 Feb 2004 12:43:33 +0000 Subject: [PATCH] =?utf8?q?consm=E9tique?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- htdocs/trackers/admin.php | 1 - htdocs/trackers/show_rq.php | 1 - templates/trackers/show.tpl | 4 ++-- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/htdocs/trackers/admin.php b/htdocs/trackers/admin.php index 7e1881e..4dbff05 100644 --- a/htdocs/trackers/admin.php +++ b/htdocs/trackers/admin.php @@ -2,7 +2,6 @@ require('auto.prepend.inc.php'); require('tracker.inc.php'); - if(isset($_POST['action'])) { switch($_POST['action']) { // insertion ou création du tracker dans le formulaire diff --git a/htdocs/trackers/show_rq.php b/htdocs/trackers/show_rq.php index cc2330c..dddad63 100644 --- a/htdocs/trackers/show_rq.php +++ b/htdocs/trackers/show_rq.php @@ -5,7 +5,6 @@ require('tracker.inc.php'); $tracker = new Tracker($_GET['tr_id']); - $res = $globals->db->query("SELECT r.*, a.username, b.username AS admin, s.texte AS state FROM trackers.requests AS r LEFT JOIN trackers.states AS s USING(st_id) diff --git a/templates/trackers/show.tpl b/templates/trackers/show.tpl index 661e206..1e57b21 100644 --- a/templates/trackers/show.tpl +++ b/templates/trackers/show.tpl @@ -1,4 +1,4 @@ -{* $Id: show.tpl,v 1.3 2004-02-23 21:50:38 x2000habouzit Exp $ *} +{* $Id: show.tpl,v 1.4 2004-02-25 12:43:33 x2000habouzit Exp $ *} {literal}