phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [21034] Fix typos (IIRC already done in the .16 branc


From: Caeies
Subject: [Phpgroupware-cvs] [21034] Fix typos (IIRC already done in the .16 branch ?)
Date: Wed, 10 Feb 2010 14:13:15 +0000

Revision: 21034
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=21034
Author:   Caeies
Date:     2010-02-10 14:13:15 +0000 (Wed, 10 Feb 2010)
Log Message:
-----------
Fix typos (IIRC already done in the .16 branch ?)

Modified Paths:
--------------
    modules/phpgwapi/trunk/inc/class.sbox.inc.php

Modified: modules/phpgwapi/trunk/inc/class.sbox.inc.php
===================================================================
--- modules/phpgwapi/trunk/inc/class.sbox.inc.php       2010-02-10 14:12:44 UTC 
(rev 21033)
+++ modules/phpgwapi/trunk/inc/class.sbox.inc.php       2010-02-10 14:13:15 UTC 
(rev 21034)
@@ -53,7 +53,7 @@
                                $slctd =  $i == $selected ? ' selected' : '';
                                $formatted = phpgwapi_datetime::formattime($i);
                                $html .= <<<HTML
-                               <option value="{$i}" 
{$slctd}>{$fomatted}</option>
+                               <option value="{$i}" 
{$slctd}>{$formatted}</option>
 
 HTML;
                        }
@@ -186,7 +186,7 @@
                        {
                                $slctd = $id == $selected ? ' selected' : '';
                                $html .= <<<HTML
-                               <option value="{$id}"{$selected}>$dow</option>
+                               <option value="{$id}"{$slctd}>$dow</option>
 
 HTML;
                        }
@@ -410,7 +410,7 @@
                        {
                                $slctd = $id == $selected ? ' selected=""' : '';
                                $html .= <<<HTML
-                               <option value="{$id}">$option</option>
+                               <option value="{$id}"{$slctd}>$option</option>
 HTML;
                        }
                        $html .= <<<HTML





reply via email to

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