<?php
/*
CREATIVE COMMONS - Attribution-No Derivative Works 3.0 Germany:
- You may not alter, transform, or build upon this work.
- Dieses Werk darf nicht bearbeitet oder in anderer Weise verändert werden.
*/
$Table = 'guestbook';
// HeaderName, Export, Optimize
$Array = array ( 'GuestbookID' => array ( 'ID', 1, 0),
'Datum' => array ( $L_Date, 1, 0),
'Name' => array ( $L_114, 1, 1),
'Email' => array ( $L_115, 1, 1),
'URL' => array ( $L_116, 1, 1),
'ICQ' => array ( $L_118, 1, 1),
'Nachricht' => array ( $L_119, 1, 1),
'Kommentar' => array ( $L_138, 1, 1),
'IP' => array ( $L_134, 1, 1),
'CODE' => array ( $L_Code, 1, 0),
'Ort' => array ( $L_GuestbookLocation, 1, 1));
include ('functions/export/export.php');
?>