]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/NetscapeBookmarkUtils.php
Add language selection in the configure page of the default theme
[github/shaarli/Shaarli.git] / application / NetscapeBookmarkUtils.php
index 31a14537d101054149c97a6b2b72053ea21020e1..dd7057f80e5bd25e1d5fce7bb984644b7c9e2689 100644 (file)
@@ -36,7 +36,6 @@ class NetscapeBookmarkUtils
         }
 
         $bookmarkLinks = array();
-7
         foreach ($linkDb as $link) {
             if ($link['private'] != 0 && $selection == 'public') {
                 continue;