Changeset 590 for trunk/lib/HTML.inc.php


Ignore:
Timestamp:
Mar 18, 2017 12:36:17 PM (7 years ago)
Author:
anonymous
Message:

Minor fixes. Increment version to 2.2.0-5.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/HTML.inc.php

    r534 r590  
    177177
    178178    /**
    179      * Prints option fields for a select form. Works only with enum or set
     179     * Get an array of option fields for a select form. Works only with enum or set
    180180     * data types in table columns.
    181181     *
     
    226226
    227227    /**
    228      * Prints a select menu containing the specified values and keys of a table.
     228     * Prints select menu options with the specified array of keys and values.
    229229     *
    230230     */
Note: See TracChangeset for help on using the changeset viewer.