X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Ftags%2Ftag.php;h=d4458cfb2f92bd23bbf3fc7210b31de3de4564de;hb=1ce86fd37ce8da9b475847a59394c0241a8dbbff;hp=2f915e99f282624098092ecbf18fdb1b6553c1f4;hpb=fa425f537d2e4aced1a2362672791aed274dd903;p=plewww.git diff --git a/planetlab/tags/tag.php b/planetlab/tags/tag.php index 2f915e9..d4458cf 100644 --- a/planetlab/tags/tag.php +++ b/planetlab/tags/tag.php @@ -111,7 +111,7 @@ $toggle->end(); $form=new PlekitForm(l_actions(), array("tag_type_id"=>$tag_type_id)); $form->start(); -$toggle=new PlekitToggle ('roles',count_english($roles,"role"),array('visible'=>get_arg('show_roles',false))); +$toggle=new PlekitToggle ('roles',count_english($roles,"role"),array('visible'=>get_arg('show_roles'))); $toggle->start(); if (! $roles) plc_warning ("This tag type has no role !");