summaryrefslogtreecommitdiffstats
path: root/frontends/php/vtext.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-27 10:39:46 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-27 10:39:46 +0000
commit4f3ecc36c0e9efb53c5cbc936f1e7ab1f883ba5b (patch)
treebd84b6675a434fa349950d96d9ee34e43ecb71b1 /frontends/php/vtext.php
parentfcc7e000961eadea77f27b2b5a7adbfd483ee81c (diff)
downloadzabbix-4f3ecc36c0e9efb53c5cbc936f1e7ab1f883ba5b.tar.gz
zabbix-4f3ecc36c0e9efb53c5cbc936f1e7ab1f883ba5b.tar.xz
zabbix-4f3ecc36c0e9efb53c5cbc936f1e7ab1f883ba5b.zip
- [ZBX-336] fixed vtext.php (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5544 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/vtext.php')
-rw-r--r--frontends/php/vtext.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/vtext.php b/frontends/php/vtext.php
index e5938601..c5416f08 100644
--- a/frontends/php/vtext.php
+++ b/frontends/php/vtext.php
@@ -40,7 +40,7 @@ include_once "include/page_header.php";
?>
<?php
- $text = get_request("text","");;
+ $text = get_request("text",' ');;
$font = get_request("font",3);
$width = ImageFontWidth($font) * strlen($text);