phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [20789] change slightly EOF to avoid pdt validation c


From: Pascal Vilarem
Subject: [Phpgroupware-cvs] [20789] change slightly EOF to avoid pdt validation crash when opening files
Date: Fri, 13 Nov 2009 19:03:25 +0000

Revision: 20789
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20789
Author:   maat
Date:     2009-11-13 19:03:24 +0000 (Fri, 13 Nov 2009)
Log Message:
-----------
change slightly EOF to avoid pdt validation crash when opening files

Modified Paths:
--------------
    modules/sitemgr/trunk/inc/class.Modules_UI.inc.php
    modules/sitemgr/trunk/inc/class.Sites_SO.inc.php
    modules/sitemgr/trunk/inc/class.browser_transform.inc.php
    modules/sitemgr/trunk/inc/class.module.inc.php
    modules/sitemgr/trunk/inc/class.xslt_transform.inc.php
    modules/sitemgr/trunk/inc/hook_about.inc.php

Modified: modules/sitemgr/trunk/inc/class.Modules_UI.inc.php
===================================================================
--- modules/sitemgr/trunk/inc/class.Modules_UI.inc.php  2009-11-13 18:47:36 UTC 
(rev 20788)
+++ modules/sitemgr/trunk/inc/class.Modules_UI.inc.php  2009-11-13 19:03:24 UTC 
(rev 20789)
@@ -229,3 +229,4 @@
                        return $returnValue;
                }
        }
+       
\ No newline at end of file

Modified: modules/sitemgr/trunk/inc/class.Sites_SO.inc.php
===================================================================
--- modules/sitemgr/trunk/inc/class.Sites_SO.inc.php    2009-11-13 18:47:36 UTC 
(rev 20788)
+++ modules/sitemgr/trunk/inc/class.Sites_SO.inc.php    2009-11-13 19:03:24 UTC 
(rev 20789)
@@ -167,3 +167,4 @@
                        $this->db->query($sql,__LINE__,__FILE__);
                }
        }
+       
\ No newline at end of file

Modified: modules/sitemgr/trunk/inc/class.browser_transform.inc.php
===================================================================
--- modules/sitemgr/trunk/inc/class.browser_transform.inc.php   2009-11-13 
18:47:36 UTC (rev 20788)
+++ modules/sitemgr/trunk/inc/class.browser_transform.inc.php   2009-11-13 
19:03:24 UTC (rev 20789)
@@ -19,3 +19,4 @@
                return $result;
        }
 }
+       
\ No newline at end of file

Modified: modules/sitemgr/trunk/inc/class.module.inc.php
===================================================================
--- modules/sitemgr/trunk/inc/class.module.inc.php      2009-11-13 18:47:36 UTC 
(rev 20788)
+++ modules/sitemgr/trunk/inc/class.module.inc.php      2009-11-13 19:03:24 UTC 
(rev 20789)
@@ -372,3 +372,4 @@
                }
        }
 }
+       
\ No newline at end of file

Modified: modules/sitemgr/trunk/inc/class.xslt_transform.inc.php
===================================================================
--- modules/sitemgr/trunk/inc/class.xslt_transform.inc.php      2009-11-13 
18:47:36 UTC (rev 20788)
+++ modules/sitemgr/trunk/inc/class.xslt_transform.inc.php      2009-11-13 
19:03:24 UTC (rev 20789)
@@ -19,3 +19,4 @@
                return $result;
        }
 }
+       
\ No newline at end of file

Modified: modules/sitemgr/trunk/inc/hook_about.inc.php
===================================================================
--- modules/sitemgr/trunk/inc/hook_about.inc.php        2009-11-13 18:47:36 UTC 
(rev 20788)
+++ modules/sitemgr/trunk/inc/hook_about.inc.php        2009-11-13 19:03:24 UTC 
(rev 20789)
@@ -36,4 +36,5 @@
 ');
                return $s;
        }
-?>
+       
+?>
\ No newline at end of file





reply via email to

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