diff options
| author | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-10-30 15:12:44 +0000 |
|---|---|---|
| committer | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-10-30 15:12:44 +0000 |
| commit | e8ec57fd3361aae7229964e6b3ae96009346d3f1 (patch) | |
| tree | 1ed425275d992898156cc7efc5c4290680cea8df /frontends/php/include/validate.inc.php | |
| parent | b1128efe5e257876eb45d89e395b356033cab911 (diff) | |
Misc changes.
git-svn-id: svn://svn.zabbix.com/trunk@3413 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/validate.inc.php')
| -rw-r--r-- | frontends/php/include/validate.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/validate.inc.php b/frontends/php/include/validate.inc.php index b054e8ac..21882e47 100644 --- a/frontends/php/include/validate.inc.php +++ b/frontends/php/include/validate.inc.php @@ -49,7 +49,7 @@ } define("NOT_EMPTY","({}!='')&&"); - define("DB_ID","({}>=0&&{}<=10000000000000000000)&&"); + define("DB_ID","({}>=0&&bccomp('{}',\"10000000000000000000\")<0)&&"); // VAR TYPE OPTIONAL FLAGS VALIDATION EXCEPTION |
