phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: timetrack hourslist.php,1.6,1.7 jobslist.php,1.


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: timetrack hourslist.php,1.6,1.7 jobslist.php,1.12,1.13
Date: Tue, 22 Apr 2003 16:38:53 -0400

Update of /cvsroot/phpgroupware/timetrack
In directory subversions:/tmp/cvs-serv23637/timetrack

Modified Files:
        hourslist.php jobslist.php 
Log Message:
Added more x's into %'s


Index: hourslist.php
===================================================================
RCS file: /cvsroot/phpgroupware/timetrack/hourslist.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** hourslist.php       22 Apr 2003 20:34:50 -0000      1.6
--- hourslist.php       22 Apr 2003 20:38:51 -0000      1.7
***************
*** 82,86 ****
          echo "<br>" . lang("your search returned 1 match");
     } else {
!         echo "<br>" . lang("your search returned x 
matchs",$GLOBALS['phpgw']->db->f(0));
     }
    } else { //no query
--- 82,86 ----
          echo "<br>" . lang("your search returned 1 match");
     } else {
!         echo "<br>" . lang("your search returned %1 
matchs",$GLOBALS['phpgw']->db->f(0));
     }
    } else { //no query

Index: jobslist.php
===================================================================
RCS file: /cvsroot/phpgroupware/timetrack/jobslist.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** jobslist.php        22 Apr 2003 20:34:50 -0000      1.12
--- jobslist.php        22 Apr 2003 20:38:51 -0000      1.13
***************
*** 128,132 ****
     //     $t->set_var("lang_matches", lang("your search returned 1 match"));
     //} else {
!    //  $t->set_var("lang_matches", lang("your search returned x 
matchs",$matches));
     //}
    } else { //no query
--- 128,132 ----
     //     $t->set_var("lang_matches", lang("your search returned 1 match"));
     //} else {
!    //  $t->set_var("lang_matches", lang("your search returned %1 
matchs",$matches));
     //}
    } else { //no query





reply via email to

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