save type

save ressourve_id
select type from dropdown menu
This commit is contained in:
Gerald Raab
2015-05-21 16:40:01 +02:00
parent 38536837e8
commit e479553fc7
6 changed files with 21 additions and 8 deletions
+1 -1
View File
@@ -320,7 +320,7 @@ class projektphase extends basis_db
{
//Neuen Datensatz einfuegen
$qry='BEGIN; INSERT INTO fue.tbl_projektphase (projekt_kurzbz, projektphase_fk, bezeichnung,
$qry='BEGIN; INSERT INTO fue.tbl_projektphase (projekt_kurzbz, projektphase_fk, bezeichnung, typ,
beschreibung, start, ende, budget, ressource_id, insertvon, insertamum, updatevon, updateamum, farbe, personentage) VALUES ('.
$this->db_add_param($this->projekt_kurzbz).', '.
$this->db_add_param($this->projektphase_fk).', '.