fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10533] address integer as int in clean_value


From: Sigurd Nes
Subject: [Fmsystem-commits] [10533] address integer as int in clean_value
Date: Sun, 25 Nov 2012 20:51:44 +0000

Revision: 10533
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10533
Author:   sigurdne
Date:     2012-11-25 20:51:43 +0000 (Sun, 25 Nov 2012)
Log Message:
-----------
address integer as int in clean_value

Modified Paths:
--------------
    trunk/phpgwapi/inc/class.phpgw.inc.php

Modified: trunk/phpgwapi/inc/class.phpgw.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.phpgw.inc.php      2012-11-23 14:50:19 UTC (rev 
10532)
+++ trunk/phpgwapi/inc/class.phpgw.inc.php      2012-11-25 20:51:43 UTC (rev 
10533)
@@ -424,6 +424,7 @@
                                                return (float) $default;
                                        
                                        case 'int':
+                                       case 'integer':
                                        case 'number':
                                                if ( (int) $value == $value )
                                                {




reply via email to

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