Ignore:
Timestamp:
Oct 12, 2009, 2:00:00 AM (15 years ago)
Author:
LucMorizur
Message:

[Event Cats] Continue $_POST analysis

File:
1 edited

Legend:

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

    r4019 r4026  
    312312
    313313/*
     314 * ec_duplicate_entry_OK()
     315 * returns true or false whether the duplication of an existing entry which #
     316 * is given by $_POST['ec_act1'] was OK or not.
     317 *
     318 * @param
     319 *   no param
     320 * @return
     321 *   true if creation was OK ; false if not
     322 */
     323function ec_duplicate_entry_OK() {
     324  return false;
     325}
     326
     327/*
    314328 * str_from_var($var)
    315329 * returns a string easing array var informations displaying in Piwigo :
Note: See TracChangeset for help on using the changeset viewer.