Ignore:
Timestamp:
Oct 10, 2009, 11:10:22 PM (15 years ago)
Author:
LucMorizur
Message:

[Event Cats] Continue $_POST analysis (slowly)

File:
1 edited

Legend:

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

    r4011 r4019  
    298298
    299299/*
     300 * ec_create_entry_OK()
     301 * returns true or false whether the creation of a new entry described by
     302 * $_POST was OK or not.
     303 *
     304 * @param
     305 *   no param
     306 * @return
     307 *   true if creation was OK ; false if not
     308 */
     309function ec_create_entry_OK() {
     310  return false;
     311}
     312
     313/*
    300314 * str_from_var($var)
    301315 * returns a string easing array var informations displaying in Piwigo :
Note: See TracChangeset for help on using the changeset viewer.