-Ressourcenauslastung der Phasen zeigt das zugehoerige Projekt an
- Bugfix beim Speichern von Projekten
This commit is contained in:
Andreas Österreicher
2011-11-03 14:00:12 +00:00
parent 70752c7d3b
commit 7406060d50
3 changed files with 12 additions and 4 deletions
+7 -1
View File
@@ -507,7 +507,13 @@ class ressource extends basis_db
$this->result[] = $obj;
}
}
}
else
{
$this->errorsmg = 'Fehler beim Laden';
return false;
}
}
}
?>