Ignore:
Timestamp:
Oct 7, 2009, 9:31:04 AM (15 years ago)
Author:
LucMorizur
Message:

[Event Cats] Form submit beginning, "forced problem" improvement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/event_cats/maintain.inc.php

    r3971 r3985  
    110110                       the user ids table ;
    111111  ec_nok_ap_pb       : not valid Additional Page id -> access denied ;
    112   ec_ok_forced_pb    : the same "code" is used in more than one entries in the
     112  ec_ok_f_pb         : the same "code" is used in more than one entries in the
    113113                       DB (which is allowed) and the "forced" argument is
    114114                       "true" for at least one of these entries, which should
     
    119119  ec_ok_cat_pb       : not valid category id -> home page ;
    120120  ec_ok_img_pb       : not valid image id -> category page ;
     121  ec_ok_f_pb_ap_pb   : ec_ok_ap_pb + "forced problem" -> home page ;
     122  ec_ok_f_pb_cat_pb  : ec_ok_cat_pb + "forced problem" -> home page ;
     123  ec_ok_f_pb_img_pb  : ec_ok_img_pb + "forced problem" -> category page ;
    121124
    122125_ the two main fields are "user_id" and "code", as the main purpose of the
Note: See TracChangeset for help on using the changeset viewer.