phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] notes/inc class.sonotes.inc.php


From: Johan Gunnarsson
Subject: [Phpgroupware-cvs] notes/inc class.sonotes.inc.php
Date: Mon, 20 Aug 2007 18:31:19 +0000

CVSROOT:        /sources/phpgroupware
Module name:    notes
Changes by:     Johan Gunnarsson <johang>       07/08/20 18:31:19

Modified files:
        inc            : class.sonotes.inc.php 

Log message:
        Don't include items with lastmod equal to the supplied lastmod time.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/notes/inc/class.sonotes.inc.php?cvsroot=phpgroupware&r1=1.18&r2=1.19

Patches:
Index: class.sonotes.inc.php
===================================================================
RCS file: /sources/phpgroupware/notes/inc/class.sonotes.inc.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- class.sonotes.inc.php       20 Aug 2007 12:22:59 -0000      1.18
+++ class.sonotes.inc.php       20 Aug 2007 18:31:19 -0000      1.19
@@ -7,7 +7,7 @@
        * @copyright Copyright (C) 2000-2003,2005,2007 Free Software 
Foundation, Inc. http://www.fsf.org/
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package notes
-       * @version $Id: class.sonotes.inc.php,v 1.18 2007/08/20 12:22:59 
skwashd Exp $
+       * @version $Id: class.sonotes.inc.php,v 1.19 2007/08/20 18:31:19 johang 
Exp $
        */
 
        /*
@@ -113,7 +113,7 @@
                        if ( $lastmod > 0 )
                        {
                                $lastmod = (int) $lastmod;
-                               $filtermethod .= " AND note_lastmod >= $lastmod 
";
+                               $filtermethod .= " AND note_lastmod > $lastmod 
";
                        }
 
                        $sql = "SELECT * FROM phpgw_notes WHERE $filtermethod 
$querymethod";




reply via email to

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