Voila le patch
JCharles
--- ../../../orig/plugins/projet/trunk/setup.php 2008-08-30
14:16:07.000000000 +0200
+++ setup.php 2008-08-31 16:14:06.000000000 +0200
@@ -1204,14 +1209,17 @@
if (isset($parm["type"]))
switch ($parm["type"]){
-
case GROUP_TYPE :
$plugin_projet=new plugin_projet;
$plugin_projet->cleanFK_groups($parm["ID"]);
return true;
break;
+ case TRACKING_TYPE :
+ $plugin_projet=new plugin_projet;
+ $plugin_projet->cleanItems($parm['ID'],
$parm['type']);
+ return true;
+ break;
}
-
return false;
}
_______________________________________________
Glpi-dev mailing list
[email protected]
https://mail.gna.org/listinfo/glpi-dev