lib/backend.php 1 location
|
@@ 320-321 (lines=2) @@
|
| 317 |
|
foreach ($results as $result) { |
| 318 |
|
if ($result['deleted'] == 0) { |
| 319 |
|
$tmpfile = $result['name'] . ".htm"; |
| 320 |
|
if ($result['grouping'] != '') |
| 321 |
|
$tmpfile = '[' . $result['grouping'] . '] ' . $result['name'] . '.htm'; |
| 322 |
|
$filefound = false; |
| 323 |
|
foreach ($filearr as $f) { |
| 324 |
|
if ($f == $tmpfile) { |
lib/Service/OwnNoteService.php 1 location
|
@@ 390-391 (lines=2) @@
|
| 387 |
|
} |
| 388 |
|
if ($result['deleted'] == 0) { |
| 389 |
|
$tmpfile = $result['name'] . ".htm"; |
| 390 |
|
if ($result['grouping'] != '') |
| 391 |
|
$tmpfile = '[' . $result['grouping'] . '] ' . $result['name'] . '.htm'; |
| 392 |
|
$filefound = false; |
| 393 |
|
foreach ($filearr as $f) { |
| 394 |
|
if ($f == $tmpfile) { |