Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/inc/flat/class.flat.backup.php
r270 r840 2 2 # -- BEGIN LICENSE BLOCK --------------------------------------- 3 3 # 4 # This file is part of Dotclear2.4 # This file is part of importExport, a plugin for DotClear2. 5 5 # 6 # Copyright (c) 2003-201 1Olivier Meunier & Association Dotclear6 # Copyright (c) 2003-2012 Olivier Meunier & Association Dotclear 7 7 # Licensed under the GPL version 2.0 license. 8 8 # See LICENSE file or … … 12 12 if (!defined('DC_RC_PATH')) { return; } 13 13 14 class backupFile14 class flatBackup 15 15 { 16 16 protected $fp; … … 74 74 } 75 75 76 return new backupFileItem($this->line_name,$res);76 return new flatBackupItem($this->line_name,$res); 77 77 } 78 78 else … … 83 83 } 84 84 85 class backupFileItem85 class flatBackupItem 86 86 { 87 87 public $__name;
Note: See TracChangeset
for help on using the changeset viewer.