Ad Widget

Collapse

php frontend: cimg.inc.php typo

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Petya
    Member
    • Dec 2007
    • 37

    #1

    php frontend: cimg.inc.php typo

    Patch against current trunk.


    Index: cimg.inc.php
    ================================================== =================
    --- cimg.inc.php (revision 5840)
    +++ cimg.inc.php (working copy)
    @@ -62,7 +62,7 @@
    function SetMap($value=NULL)
    {
    if(is_null($value))
    - $this->DeleteOption("usemup");
    + $this->DeleteOption("usemap");

    if(!is_string($value))
    {
  • Aly
    ZABBIX developer
    • May 2007
    • 1126

    #2
    Thank you. Fixed.
    Zabbix | ex GUI developer

    Comment

    Working...