noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 02/04: Bug limit card


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/04: Bug limit card
Date: Tue, 9 Mar 2021 16:47:52 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 8bac5ddfb811e525985b65a663dc55c1ead12c61
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Tue Mar 9 13:01:03 2021 +0100

    Bug limit card
---
 html/fid_card.php | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/html/fid_card.php b/html/fid_card.php
index 23080cc..91ec491 100644
--- a/html/fid_card.php
+++ b/html/fid_card.php
@@ -106,7 +106,9 @@ else
 {
     if (isset($_REQUEST['type']))
     {
-        if ($_REQUEST['type']=='gl' || $_REQUEST['type']=='') $filter_card='';
+        if ($_REQUEST['type']=='gl' || $_REQUEST['type']=='') {
+                   $filter_card='';
+        }
         else
         {
             $get_cred='jrn_def_fiche_cred';
@@ -168,7 +170,7 @@ if ($sql != false && sizeof($sql) != 0 )
     echo '</ul>';
     if (count($sql) > 12)
     {
-        printf ('<i>...'._('Résultat limité à 12').'  ...</i>');
+        printf ('<i>...'._('Résultat limité à %s').'  ...</i>',$limit);
     }
 }
 else



reply via email to

[Prev in Thread] Current Thread [Next in Thread]