remove old hook for vicci
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 29 Apr 2022 09:44:49 +0000 (11:44 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 29 Apr 2022 09:44:49 +0000 (11:44 +0200)
modules/planetlab.module

index 632d547..5d9d7f4 100644 (file)
@@ -106,7 +106,8 @@ function planetlab_block($op = 'list', $delta = 0, $edit = array()) {
   } else if ($op == 'view') {
     $block = array();
 
-    if ($plc->hide_planetlab_block) {
+//    if ($plc->hide_planetlab_block) {
+    if (false) {
       // do nothing
       // this is a private hook from the Vicci module to hide the planetlab module
     } else if (!$plc->person) {