|
@@ 1948-1948 (lines=1) @@
|
| 1945 |
|
|
| 1946 |
|
$str = $this->backend->createID($account, $folder, $id); |
| 1947 |
|
|
| 1948 |
|
if ($this->debugLevel>1) ZLog::Write(LOGLEVEL_DEBUG,__METHOD__."($account,'$f',$id) type=$account, folder=$folder --> '$str'"); |
| 1949 |
|
|
| 1950 |
|
return $str; |
| 1951 |
|
} |
|
@@ 1969-1969 (lines=1) @@
|
| 1966 |
|
// convert numeric folder-id back to folder name |
| 1967 |
|
$folder = $this->hash2folder($account,$f=$folder); |
| 1968 |
|
|
| 1969 |
|
if ($this->debugLevel>1) ZLog::Write(LOGLEVEL_DEBUG,__METHOD__."('$str','$account','$folder',$id)"); |
| 1970 |
|
} |
| 1971 |
|
|
| 1972 |
|
/** |