phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5561 - phpcompta/tags/rel670/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r5561 - phpcompta/tags/rel670/include
Date: Thu, 5 Dec 2013 02:13:57 +0100 (CET)

Author: danydb
Date: 2013-12-05 02:13:57 +0100 (Thu, 05 Dec 2013)
New Revision: 5561

Modified:
   phpcompta/tags/rel670/include/history_operation.inc.php
Log:
typo

Modified: phpcompta/tags/rel670/include/history_operation.inc.php
===================================================================
--- phpcompta/tags/rel670/include/history_operation.inc.php     2013-12-05 
00:30:40 UTC (rev 5560)
+++ phpcompta/tags/rel670/include/history_operation.inc.php     2013-12-05 
01:13:57 UTC (rev 5561)
@@ -94,7 +94,7 @@
 
 
 $msg="";
-/* by default we should the default period */
+/* by default we should use the default period */
 if (!isset($p_array['date_start']))
 {
        $period = $g_user->get_periode();
@@ -102,11 +102,11 @@
        list($date_start, $date_end) = $per->get_date_limit();
        $p_array['date_start'] = $date_start;
        $p_array['date_end'] = $date_end;
-       $msg='<h2 class="info2">'."Periode ".$date_start." au 
".$date_end.'</h2>';
+       $msg='<h2 class="info2">'."Période ".$date_start." au 
".$date_end.'</h2>';
 }
 else
 {
-       $msg='<h2 class="info2">'."Periode ".$_GET['date_start']." au 
".$_GET['date_end'].'</h2>';
+       $msg='<h2 class="info2">'."Période ".$_GET['date_start']." au 
".$_GET['date_end'].'</h2>';
 
 }
 /*  compute the sql stmt */



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

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