Ignore:
Timestamp:
Oct 19, 2009, 3:07:22 AM (15 years ago)
Author:
LucMorizur
Message:

[Event Cats] Add entry modification ability, as finally it is required for outdating

File:
1 edited

Legend:

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

    r4026 r4058  
    314314 * ec_duplicate_entry_OK()
    315315 * returns true or false whether the duplication of an existing entry which #
    316  * is given by $_POST['ec_act1'] was OK or not.
     316 * is given by $_POST['ec_entry_sel'] was OK or not.
    317317 *
    318318 * @param
     
    322322 */
    323323function ec_duplicate_entry_OK() {
     324  return false;
     325}
     326
     327/*
     328 * ec_modify_entry_OK()
     329 * returns true or false whether the modification of an existing entry which #
     330 * is given by $_POST['ec_entry_sel'] was OK or not.
     331 *
     332 * @param
     333 *   no param
     334 * @return
     335 *   true if modification was OK ; false if not
     336 */
     337function ec_modify_entry_OK() {
    324338  return false;
    325339}
Note: See TracChangeset for help on using the changeset viewer.