Example #1
0
 /**
  * Standard aed_module delete actualiser.
  *
  * @param  ID_TEXT		The entry being deleted
  */
 function delete_actualisation($id)
 {
     delete_flagrant(intval($id));
 }
Example #2
0
 function tearDown()
 {
     delete_flagrant($this->flag_id);
     parent::tearDown();
 }