phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] sitemgr/inc class.Content_UI.inc.php,1.3.2.6


From: skwashd
Subject: [Phpgroupware-cvs] sitemgr/inc class.Content_UI.inc.php,1.3.2.6
Date: Fri, 9 Dec 2005 01:32:00 +0100

Update of sitemgr/inc

Modified Files:
     Branch: Version-0_9_16-branch
            class.Content_UI.inc.php lines: +2 -2

Log Message:
apply patch #3098

====================================================
Index: sitemgr/inc/class.Content_UI.inc.php
diff -u sitemgr/inc/class.Content_UI.inc.php:1.3.2.5 
sitemgr/inc/class.Content_UI.inc.php:1.3.2.6
--- sitemgr/inc/class.Content_UI.inc.php:1.3.2.5        Wed Oct 12 12:43:56 2005
+++ sitemgr/inc/class.Content_UI.inc.php        Fri Dec  9 00:32:04 2005
@@ -536,7 +536,7 @@
                                $editorstandardelements = array(
                                        array('label' => lang('Title'),
                                                  'form' => ('<input 
type="text" name="inputblocktitle" value="' .
-                                                       ($block->title ? 
$block->title : $moduleobject->title) . '" />')
+                                                       ($block->title ? 
htmlspecialchars($block->title) : htmlspecialchars($moduleobject->title)) . '" 
/>')
                                        ),
                                        array('label' => lang('Seen by'),
                                                  'form' => ('<select 
name="inputblockview">' .
@@ -544,7 +544,7 @@
                                        ),
                                        array('label' => lang('Sort order'),
                                                  'form' => ('<input 
type="text" name="inputblocksort" size="2" value="' .
-                                                       (int)$block->sort_order 
. '">')
+                                                       (int)$block->sort_order 
. '" />')
                                        )
                                );
                                if ($standalone)






reply via email to

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