phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.richtext.inc.php


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/inc class.richtext.inc.php
Date: Tue, 25 Jul 2006 01:04:39 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Changes by:     Dave Hall <skwashd>     06/07/25 01:04:39

Modified files:
        inc            : class.richtext.inc.php 

Log message:
        fix typo

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.richtext.inc.php?cvsroot=phpgwapi&r1=1.1&r2=1.2

Patches:
Index: class.richtext.inc.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/inc/class.richtext.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- class.richtext.inc.php      11 Apr 2006 08:50:30 -0000      1.1
+++ class.richtext.inc.php      25 Jul 2006 01:04:39 -0000      1.2
@@ -9,7 +9,7 @@
        * @license http://www.fsf.org/licenses/gpl.html GNU General Public 
License
        * @package phpgwapi
        * @subpackage gui
-       * @version $Id: class.richtext.inc.php,v 1.1 2006/04/11 08:50:30 
skwashd Exp $
+       * @version $Id: class.richtext.inc.php,v 1.2 2006/07/25 01:04:39 
skwashd Exp $
        */
 
        /**
@@ -54,7 +54,7 @@
                */
                function generate_script()
                {
-                       if ( count($this>targets) )
+                       if ( count($this->targets) )
                        {
                                switch($this->rte)
                                {




reply via email to

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