Parameter geändert
Bernd Wurst

Bernd Wurst commited on 2018-01-24 10:34:58
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.

... ...
@@ -70,7 +70,7 @@ $html .= '<tr class="even"><td>&nbsp;</td><td><input type="submit" value="Speich
70 70
 $html .= '</table>';
71 71
 
72 72
 
73
-output(html_form('chdetails_all', 'chdetails_save', '', $html));
73
+output(html_form('contacts_edit', 'save', 'id='.$_REQUEST['id'], $html));
74 74
 
75 75
 
76 76
 ?>
77 77