Changeset 3862


Ignore:
Timestamp:
03/11/11 18:10:50 (13 years ago)
Author:
alexandrecorreia
Message:

Ticket #000 - 0000000000000000000000000000000000000000000000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/phpgwapi/inc/class.vfs_dav.inc.php

    r2 r3862  
    11<?php 
     2 
     3 
     4 
     5 
     6 
    27  /**************************************************************************\ 
    38  * eGroupWare API - VFS                                                     * 
     
    20022007                function delete ($data) 
    20032008                { 
     2009                        error_log("Aqui", 3, "/tmp/log"); 
     2010                         
    20042011                        return $this->rm ($data); 
    20052012                } 
     
    22572264 
    22582265                        $data = array_merge ($this->default_values ($data, $default_values), $data); 
    2259 $this->debug('correct_attributes: '.$data['string']); 
     2266                        $this->debug('correct_attributes: '.$data['string']); 
    22602267                        $p = $this->path_parts (array( 
    22612268                                        'string'        => $data['string'], 
Note: See TracChangeset for help on using the changeset viewer.