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