phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] news_admin/inc/class.uinews.inc.php, 1.10.2.6.2.9.2.1


From: nomail
Subject: [Phpgroupware-cvs] news_admin/inc/class.uinews.inc.php, 1.10.2.6.2.9.2.1
Date: Mon, 20 Dec 2004 14:42:32 +0100

Update of /news_admin/inc
Modified Files:
        Branch: proposed-0_9_18-branch
          class.uinews.inc.php

date: 2004/12/20 13:42:32;  author: Caeies;  state: Exp;  lines: +2 -2

Log Message:
fix for saving html status of news when saving the news
=====================================================================
Index: news_admin/inc/class.uinews.inc.php
diff -u news_admin/inc/class.uinews.inc.php:1.10.2.6.2.9 
news_admin/inc/class.uinews.inc.php:1.10.2.6.2.9.2.1
--- news_admin/inc/class.uinews.inc.php:1.10.2.6.2.9    Fri Mar 19 15:52:30 2004
+++ news_admin/inc/class.uinews.inc.php Mon Dec 20 13:42:32 2004
@@ -440,7 +440,7 @@
                                'value_end_m' =>  
$this->sbox->getMonthText('news[end_m]',date('n',$this->news_data['end'])),
                                'value_end_y' =>  
$this->sbox->getYears('news[end_y]',date('Y',$this->news_data['end']),date('Y')),
                                'label_is_html' => lang('Contains HTML'),
-                               'value_is_html' => '<input type="checkbox" 
name="news[is_html]"' . ($this->news_data['is_html'] ? ' CHECKED' : '') .'>', 
+                               'value_is_html' => '<input type="checkbox" 
name="news[is_html]" value="1" ' . ($this->news_data['is_html'] ? ' CHECKED' : 
'') .'>', 
                        ));
                        
                        $this->template->pfp('out','form');




reply via email to

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