phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.uiadmin_entity.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc class.uiadmin_entity.inc.php
Date: Wed, 11 Jan 2006 10:13:32 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/01/11 10:13:32

Modified files:
        inc            : class.uiadmin_entity.inc.php 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/property/inc/class.uiadmin_entity.inc.php.diff?tr1=1.10&tr2=1.11&r1=text&r2=text

Patches:
Index: property/inc/class.uiadmin_entity.inc.php
diff -u property/inc/class.uiadmin_entity.inc.php:1.10 
property/inc/class.uiadmin_entity.inc.php:1.11
--- property/inc/class.uiadmin_entity.inc.php:1.10      Mon Oct 24 10:43:29 2005
+++ property/inc/class.uiadmin_entity.inc.php   Wed Jan 11 10:13:32 2006
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage admin
-       * @version $Id: class.uiadmin_entity.inc.php,v 1.10 2005/10/24 10:43:29 
sigurdne Exp $
+       * @version $Id: class.uiadmin_entity.inc.php,v 1.11 2006/01/11 10:13:32 
sigurdne Exp $
        */
 
        /**
@@ -1081,7 +1081,7 @@
                                        
unset($values['column_info']['precision']);
                                }
 
-                               
if(!ctype_digit($values['column_info']['scale']))
+                               if($values['column_info']['scale'] && 
!ctype_digit($values['column_info']['scale']))
                                {
                                        
$receipt['error'][]=array('msg'=>lang('Please enter scale as integer !'));
                                        unset($values['column_info']['scale']);




reply via email to

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