]> git.llucax.com Git - z.facultad/75.43/tp1.git/blobdiff - src/lib/info.functions.php
Lo mismo del & para el resto del querystring.
[z.facultad/75.43/tp1.git] / src / lib / info.functions.php
index c2d5c1e23248dd8c36dffe91c2612c60e8adabdb..91ed33f744276fc295a2b51ac91a6f4e369e0dd9 100644 (file)
@@ -268,6 +268,7 @@ function info_listador($header, $ObjetosAListar, $dataName = 'Items', $colspan =
                        if ($pos) $query = substr($query, 0, --$pos);\r
                        else      $query = '';\r
                }\r
                        if ($pos) $query = substr($query, 0, --$pos);\r
                        else      $query = '';\r
                }\r
+               $query = str_replace('&', '&', $query);\r
                echo '<tr><td';\r
                if ($colspan) {\r
                        echo ' colspan="' . $colspan . '"';\r
                echo '<tr><td';\r
                if ($colspan) {\r
                        echo ' colspan="' . $colspan . '"';\r
@@ -276,7 +277,7 @@ function info_listador($header, $ObjetosAListar, $dataName = 'Items', $colspan =
        \r
                if (($orig_from - $cant) >= 0) {\r
                        $from = $orig_from - $cant;\r
        \r
                if (($orig_from - $cant) >= 0) {\r
                        $from = $orig_from - $cant;\r
-                       $q = $query ? "$query&lista_from=$from" : "lista_from=$from";\r
+                       $q = $query ? "$query&amp;lista_from=$from" : "lista_from=$from";\r
                        printf('<a href="%s?%s"><</a>&nbsp;', $link, $q);\r
                }\r
                for ($i = 0; $i < $pags; ++$i)\r
                        printf('<a href="%s?%s"><</a>&nbsp;', $link, $q);\r
                }\r
                for ($i = 0; $i < $pags; ++$i)\r
@@ -287,12 +288,12 @@ function info_listador($header, $ObjetosAListar, $dataName = 'Items', $colspan =
                        } else {\r
                                $data = $i + 1;\r
                        }\r
                        } else {\r
                                $data = $i + 1;\r
                        }\r
-                       $q = $query ? "$query&lista_from=$from" : "lista_from=$from";\r
+                       $q = $query ? "$query&amp;lista_from=$from" : "lista_from=$from";\r
                        printf('<a href="%s?%s">%s</a>&nbsp;', $link, $q, $data);\r
                }\r
                if ( ($orig_from + $cant) <= $total ) {\r
                        $from = $orig_from + $cant;\r
                        printf('<a href="%s?%s">%s</a>&nbsp;', $link, $q, $data);\r
                }\r
                if ( ($orig_from + $cant) <= $total ) {\r
                        $from = $orig_from + $cant;\r
-                       $q = $query ? "$query&lista_from=$from" : "lista_from=$from";\r
+                       $q = $query ? "$query&amp;lista_from=$from" : "lista_from=$from";\r
                        printf('<a href="%s?%s">></a>&nbsp;', $link, $q);\r
                }\r
                echo '</td></tr>';\r
                        printf('<a href="%s?%s">></a>&nbsp;', $link, $q);\r
                }\r
                echo '</td></tr>';\r