|
@@ 1965-1965 (lines=1) @@
|
| 1962 |
|
|
| 1963 |
|
$str = $this->backend->createID($account, $folder, $id); |
| 1964 |
|
|
| 1965 |
|
if ($this->debugLevel>1) ZLog::Write(LOGLEVEL_DEBUG,__METHOD__."($account,'$f',$id) type=$account, folder=$folder --> '$str'"); |
| 1966 |
|
|
| 1967 |
|
return $str; |
| 1968 |
|
} |
|
@@ 1986-1986 (lines=1) @@
|
| 1983 |
|
// convert numeric folder-id back to folder name |
| 1984 |
|
$folder = $this->hash2folder($account,$f=$folder); |
| 1985 |
|
|
| 1986 |
|
if ($this->debugLevel>1) ZLog::Write(LOGLEVEL_DEBUG,__METHOD__."('$str','$account','$folder',$id)"); |
| 1987 |
|
} |
| 1988 |
|
|
| 1989 |
|
/** |