summaryrefslogtreecommitdiffstats
path: root/zoom.php
diff options
context:
space:
mode:
authorJohan "Papa" Cwiklinski <trasher@odysseus.(none)>2010-05-29 22:41:03 +0200
committerJohan "Papa" Cwiklinski <trasher@odysseus.(none)>2010-05-29 22:41:03 +0200
commit4fded33567be2378d9ed9ac3e9265fa377b0d4eb (patch)
tree3680dcabac58751e6de3158b1299b09f115d8631 /zoom.php
parent1cd1f3d10813c6ef6c24b7158179f728e55f73c7 (diff)
A flag to know if we're from a page that require a name ; refs #47
Diffstat (limited to 'zoom.php')
-rw-r--r--zoom.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/zoom.php b/zoom.php
index dfcdc95..5a3f6cb 100644
--- a/zoom.php
+++ b/zoom.php
@@ -34,7 +34,6 @@
* @version SVN: $Id: ajouter_adherent.php 836 2010-02-27 08:11:44Z trashy $
* @link http://github.com/remicollet/rpmphp/
* @since The begining of times.
-
*/
require 'main.inc.php';
require 'FedoraClient.php';
@@ -43,6 +42,7 @@ $fedcli = new FedoraPkgdb();
$name = $_GET['rpm'];
+$smarty->assign('name_required', true);
$smarty->assign('name', $name);
$ariane[] = array(
'url' => '#',