|
@@ 2034-2034 (lines=1) @@
|
| 2031 |
|
|
| 2032 |
|
$str = $this->backend->createID($account, $folder, $id); |
| 2033 |
|
|
| 2034 |
|
if ($this->debugLevel>1) ZLog::Write(LOGLEVEL_DEBUG,__METHOD__."($account,'$f',$id) type=$account, folder=$folder --> '$str'"); |
| 2035 |
|
|
| 2036 |
|
return $str; |
| 2037 |
|
} |
|
@@ 2055-2055 (lines=1) @@
|
| 2052 |
|
// convert numeric folder-id back to folder name |
| 2053 |
|
$folder = $this->hash2folder($account,$f=$folder); |
| 2054 |
|
|
| 2055 |
|
if ($this->debugLevel>1) ZLog::Write(LOGLEVEL_DEBUG,__METHOD__."('$str','$account','$folder',$appid)"); |
| 2056 |
|
} |
| 2057 |
|
|
| 2058 |
|
/** |