Changeset 11977


Ignore:
Timestamp:
09/06/11 09:24:18 (13 years ago)
Author:
Daniela Dorner
Message:
bugfix: function was missing last argument
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/db_po/get_values.php

    r11601 r11977  
    160160        printf("<button onClick='ShowCurrent();' id='showcurrent2' style='display:none'>Show Current</button>\n");
    161161        printf("<button onClick='ShowAll();' id='showall2' style='display:inline'>Show History</button>\n");
    162         printf("<button onClick='addRow(3,\"%s\",\"%s\",\"%s\",\"%s\",\"%s\",\"%s\");' id='addrowvals2' style='display:inline'>Add Value</button>\n",
     162        printf("<button onClick='addRow(3,\"%s\",\"%s\",\"%s\",\"%s\",\"%s\",\"%s\",\"%s\");' id='addrowvals2' style='display:inline'>Add Value</button>\n",
    163163               $_GET["fProgram"], $_GET["fKey"], $key1, $key2, $type, $min, $max);
    164164    }
Note: See TracChangeset for help on using the changeset viewer.