diff --git a/importexport/importexport_cli.php b/importexport/importexport_cli.php index ca3e831127..c8451adf6b 100755 --- a/importexport/importexport_cli.php +++ b/importexport/importexport_cli.php @@ -7,7 +7,7 @@ * @package importexport * @link http://www.egroupware.org * @author Cornelius Weiss - * @version $Id: $ + * @version $Id$ */ $path_to_egroupware = realpath(dirname(__FILE__).'/..'); diff --git a/importexport/inc/class.bodefinitions.inc.php b/importexport/inc/class.bodefinitions.inc.php index a7c732cb7d..e33ddd4a10 100644 --- a/importexport/inc/class.bodefinitions.inc.php +++ b/importexport/inc/class.bodefinitions.inc.php @@ -7,7 +7,7 @@ * @link http://www.egroupware.org * @author Cornelius Weiss * @copyright Cornelius Weiss - * @version $Id: $ + * @version $Id$ */ require_once(EGW_INCLUDE_ROOT. '/importexport/inc/class.definition.inc.php'); diff --git a/importexport/inc/class.definition.inc.php b/importexport/inc/class.definition.inc.php index edb1f6280f..d343929c43 100644 --- a/importexport/inc/class.definition.inc.php +++ b/importexport/inc/class.definition.inc.php @@ -7,7 +7,7 @@ * @link http://www.egroupware.org * @author Cornelius Weiss * @copyright Cornelius Weiss - * @version $Id: $ + * @version $Id$ */ require_once(EGW_INCLUDE_ROOT. '/importexport/inc/class.iface_egw_record.inc.php'); diff --git a/importexport/inc/class.export_csv.inc.php b/importexport/inc/class.export_csv.inc.php index c10722c24e..358054b709 100644 --- a/importexport/inc/class.export_csv.inc.php +++ b/importexport/inc/class.export_csv.inc.php @@ -7,7 +7,7 @@ * @link http://www.egroupware.org * @author Cornelius Weiss * @copyright Cornelius Weiss - * @version $Id: $ + * @version $Id$ */ require_once('class.iface_export_record.inc.php'); diff --git a/importexport/inc/class.iface_egw_record.inc.php b/importexport/inc/class.iface_egw_record.inc.php index 73c3213d35..a38399b789 100644 --- a/importexport/inc/class.iface_egw_record.inc.php +++ b/importexport/inc/class.iface_egw_record.inc.php @@ -7,7 +7,7 @@ * @link http://www.egroupware.org * @author Cornelius Weiss * @copyright Cornelius Weiss - * @version $Id: $ + * @version $Id$ */ /** diff --git a/importexport/inc/class.iface_export_plugin.inc.php b/importexport/inc/class.iface_export_plugin.inc.php index c1f0f33ade..f79853f2e7 100644 --- a/importexport/inc/class.iface_export_plugin.inc.php +++ b/importexport/inc/class.iface_export_plugin.inc.php @@ -7,7 +7,7 @@ * @link http://www.egroupware.org * @author Cornelius Weiss * @copyright Cornelius Weiss - * @version $Id: $ + * @version $Id$ */ //require_once(EGW_INCLUDE_ROOT. '/importexport/inc/class.iface_egw_record.inc.php'); diff --git a/importexport/inc/class.iface_export_record.inc.php b/importexport/inc/class.iface_export_record.inc.php index 5c5aefc940..90e0bd71c4 100644 --- a/importexport/inc/class.iface_export_record.inc.php +++ b/importexport/inc/class.iface_export_record.inc.php @@ -7,7 +7,7 @@ * @link http://www.egroupware.org * @author Cornelius Weiss * @copyright Cornelius Weiss - * @version $Id: $ + * @version $Id$ */ /** diff --git a/importexport/inc/class.iface_import_record.inc.php b/importexport/inc/class.iface_import_record.inc.php index d4b0472f17..ed1c767b15 100644 --- a/importexport/inc/class.iface_import_record.inc.php +++ b/importexport/inc/class.iface_import_record.inc.php @@ -7,7 +7,7 @@ * @link http://www.egroupware.org * @author Cornelius Weiss * @copyright Cornelius Weiss - * @version $Id: $ + * @version $Id$ */ diff --git a/importexport/inc/class.import_csv.inc.php b/importexport/inc/class.import_csv.inc.php index 1fb2d0cfcf..283da715ff 100755 --- a/importexport/inc/class.import_csv.inc.php +++ b/importexport/inc/class.import_csv.inc.php @@ -8,7 +8,7 @@ * @link http://www.egroupware.org * @author Cornelius Weiss * @copyright Cornelius Weiss - * @version $Id: $ + * @version $Id$ */ require_once('class.iface_import_record.inc.php'); diff --git a/importexport/inc/class.import_export_helper_functions.inc.php b/importexport/inc/class.import_export_helper_functions.inc.php index edd2916e80..99bfbe6dbf 100755 --- a/importexport/inc/class.import_export_helper_functions.inc.php +++ b/importexport/inc/class.import_export_helper_functions.inc.php @@ -7,7 +7,7 @@ * @link http://www.egroupware.org * @author Cornelius Weiss * @copyright Cornelius Weiss - * @version $Id: $ + * @version $Id$ */ diff --git a/importexport/inc/class.importexport_admin_prefs_sidebox_hooks.inc.php b/importexport/inc/class.importexport_admin_prefs_sidebox_hooks.inc.php index 2b5c80717a..ea5f1b35d9 100644 --- a/importexport/inc/class.importexport_admin_prefs_sidebox_hooks.inc.php +++ b/importexport/inc/class.importexport_admin_prefs_sidebox_hooks.inc.php @@ -6,7 +6,7 @@ * @package importexport * @link http://www.egroupware.org * @copyright Cornelius Weiss - * @version $Id: $ + * @version $Id$ */ if (!defined('IMPORTEXPORT_APP')) diff --git a/importexport/inc/class.uidefinitions.inc.php b/importexport/inc/class.uidefinitions.inc.php index e81938e5eb..7eff2dbcd9 100644 --- a/importexport/inc/class.uidefinitions.inc.php +++ b/importexport/inc/class.uidefinitions.inc.php @@ -7,7 +7,7 @@ * @link http://www.egroupware.org * @author Cornelius Weiss * @copyright Cornelius Weiss - * @version $Id: $ + * @version $Id$ */ require_once(EGW_INCLUDE_ROOT.'/etemplate/inc/class.uietemplate.inc.php'); diff --git a/importexport/inc/class.uiexport.inc.php b/importexport/inc/class.uiexport.inc.php index 2d04aaed54..ddea48fc1a 100644 --- a/importexport/inc/class.uiexport.inc.php +++ b/importexport/inc/class.uiexport.inc.php @@ -7,7 +7,7 @@ * @link http://www.egroupware.org * @author Cornelius Weiss * @copyright Cornelius Weiss - * @version $Id: $ + * @version $Id$ */ require_once(EGW_INCLUDE_ROOT. '/etemplate/inc/class.etemplate.inc.php'); diff --git a/importexport/setup/default_records.inc.php b/importexport/setup/default_records.inc.php index 50f1a13242..2247705bee 100644 --- a/importexport/setup/default_records.inc.php +++ b/importexport/setup/default_records.inc.php @@ -6,7 +6,7 @@ * @package importexport * @link http://www.egroupware.org * @author Cornelius Weiss - * @version $Id: $ + * @version $Id$ */ $definition_table = 'egw_importexport_definitions'; diff --git a/importexport/setup/etemplates.inc.php b/importexport/setup/etemplates.inc.php index 5df6d0689e..b6d7e5848f 100644 --- a/importexport/setup/etemplates.inc.php +++ b/importexport/setup/etemplates.inc.php @@ -7,7 +7,7 @@ * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @package importexport * @subpackage setup - * @version $Id: class.soetemplate.inc.php 22413 2006-09-12 07:32:34Z ralfbecker $ + * @version $Id$ */ $templ_version=1; diff --git a/importexport/setup/setup.inc.php b/importexport/setup/setup.inc.php index 557a62469b..59617c8ef1 100644 --- a/importexport/setup/setup.inc.php +++ b/importexport/setup/setup.inc.php @@ -5,7 +5,7 @@ * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @package importexport * @author Cornelius Weiss - * @version $Id: $ + * @version $Id$ */ $setup_info['importexport']['name'] = 'importexport'; diff --git a/importexport/setup/tables_current.inc.php b/importexport/setup/tables_current.inc.php index dca6a3388d..d3d920305b 100644 --- a/importexport/setup/tables_current.inc.php +++ b/importexport/setup/tables_current.inc.php @@ -10,7 +10,7 @@ * option) any later version. * \**************************************************************************/ - /* $Id: class.db_tools.inc.php,v 1.33 2005/12/19 04:27:19 ralfbecker Exp $ */ + /* $Id$ */ $phpgw_baseline = array( diff --git a/importexport/templates/default/export_dialog.old.xet b/importexport/templates/default/export_dialog.old.xet deleted file mode 100644 index bcaf38418d..0000000000 --- a/importexport/templates/default/export_dialog.old.xet +++ /dev/null @@ -1,120 +0,0 @@ - - - - -