Forum

Moderiert von: stefan, spinne
Forum: Bug oder nicht...
Sie schreiben eine Antwort zum Thema: Fehler beim Löschen eines Formulars in Kontaktformular Administration
Gehe zu: OpenPHPNuke - das Open Source CMS Forum Index


Benutzername:
 
Sicherheits-Code
Sicherheits-Code
Neu laden

Thema im Überblick

Autor
stefan
Wohnort: Münster


Sende eine Private Nachricht an stefan
ICQ
Fehler beim Löschen eines Formulars in Kontaktformular Administration

Geschrieben: 19.07.2008 08:17

korrigiert

für trunk in rev. 2117
für branch in rev. 2118


Zitieren Druckerfreundliche Darstellung nach oben
axe

Registriert: 05.11.2006
Beiträge: 58
Sende eine Private Nachricht an axe
Fehler beim Löschen eines Formulars in Kontaktformular Administration

Geschrieben: 19.07.2008 00:12

openPHPnuke 2.4.13 [Aphrodite] (Revision 2076)



WARNING [8] Undefined variable: txt

FOUND IN [system/contact/admin/index.php]

FOUND AT 500





function DeleteFormular () {



        global $opnConfig, $opnTables;



        include_once (_OPN_ROOT_PATH . _OPN_CLASS_SOURCE_PATH . 'engine/gui_engine/class.construct_gui_layer.php');



        $boxtxt = '';



        $dialog = load_gui_construct ('dialog');

        $dialog->setModule  ('system/contact');

        $dialog->setnourl  ( array ('/system/contact/admin/index.php', 'op' => 'formular') );

        $dialog->setyesurl ( array ('/system/contact/admin/index.php', 'op' => 'deleteformular') );

        $dialog->settable  ( array ('table' => 'contact_form', 'show' => 'name', 'id' => 'cid') );

        $dialog->setid ('cid');

        $boxtxt .= $dialog->show ();



        if ($txt == true) {





Gruß

Alex


Zitieren Druckerfreundliche Darstellung nach oben