]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/Helper/Paginated.pm
Paginating: Visibility auch berechnen...
[mfinanz.git] / SL / DB / Helper / Paginated.pm
index df5a6e3d9b8a65d87fff2da1a49b8e095d874c99..e170ad383b8e07cbc217f5d81cf85e73a60c62df 100644 (file)
@@ -51,7 +51,7 @@ sub make_common_pages {
     map {
       active  => $_ != $cur,
       page    => $_,
-      visible =>
+      visible => calc_visibility($cur, $max, $_),
     }, 1 .. $max
   ];
 }