Ignore:
Timestamp:
Oct 20, 2010, 11:18:02 PM (13 years ago)
Author:
LucMorizur
Message:

Clean duplication.tpl thanks to HTMLvalidator; fix bug:1947

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/event_cats/include/evntcats_main_funcs.inc.php

    r7285 r7311  
    332332 *   the global array variable $ec_lists.
    333333 * @return
    334  *   (no return value)
     334 *   true or false whether duplication based on user type exists
     335 *   (user types are guest (0), contact (1), friend (2), family (4), and
     336 *   admin should be 8, but is not used, as admins can't duplicate; 8 is used
     337 *   for generic users, and is managed slightly differently as it is not
     338 *   actually a "user type")
    335339 */
    336340function build_dup_groups() {
Note: See TracChangeset for help on using the changeset viewer.