Ignore:
Timestamp:
Oct 23, 2009, 1:48:54 AM (15 years ago)
Author:
LucMorizur
Message:

[Event Cats] PNG, JS, TPL and CSS normally finished now. Remains "only" PHP and SQL...

File:
1 edited

Legend:

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

    r3985 r4092  
    110110                       the user ids table ;
    111111  ec_nok_ap_pb       : not valid Additional Page id -> access denied ;
    112   ec_ok_f_pb         : the same "code" is used in more than one entries in the
    113                        DB (which is allowed) and the "forced" argument is
    114                        "true" for at least one of these entries, which should
    115                        not be possible, as a "forced" code can occur only once
    116                        in the DB. User is logged in and the code behaves as a
    117                        not "forced" code ;
    118112  ec_ok_ap_pb        : not valid Additional Page id -> home page ;
    119113  ec_ok_cat_pb       : not valid category id -> home page ;
    120114  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 ;
    124115
    125116_ 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.