Dotclear


Ignore:
Timestamp:
07/09/12 14:44:20 (13 years ago)
Author:
JcDenis
Branch:
default
Message:

Clean up structure, added (un)zip to flat import/export, fixes #1319

File:
1 moved

Legend:

Unmodified
Added
Removed
  • plugins/importExport/inc/flat/class.flat.backup.php

    r270 r840  
    22# -- BEGIN LICENSE BLOCK --------------------------------------- 
    33# 
    4 # This file is part of Dotclear 2. 
     4# This file is part of importExport, a plugin for DotClear2. 
    55# 
    6 # Copyright (c) 2003-2011 Olivier Meunier & Association Dotclear 
     6# Copyright (c) 2003-2012 Olivier Meunier & Association Dotclear 
    77# Licensed under the GPL version 2.0 license. 
    88# See LICENSE file or 
     
    1212if (!defined('DC_RC_PATH')) { return; } 
    1313 
    14 class backupFile 
     14class flatBackup 
    1515{ 
    1616     protected $fp; 
     
    7474               } 
    7575                
    76                return new backupFileItem($this->line_name,$res); 
     76               return new flatBackupItem($this->line_name,$res); 
    7777          } 
    7878          else 
     
    8383} 
    8484 
    85 class backupFileItem 
     85class flatBackupItem 
    8686{ 
    8787     public $__name; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map