Add php files
This commit is contained in:
7
custom/modules/EcmTransactions/logic_hooks.php
Executable file
7
custom/modules/EcmTransactions/logic_hooks.php
Executable file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
/*
|
||||
$hook_version = 1;
|
||||
$hook_array['before_delete'] = Array();
|
||||
$hook_array['before_delete'][] = Array(1, 'Description of Logic Hook', 'modules/EcmTransactions/LogicHook.php', 'LogicHook', 'before_delete_method');
|
||||
*/
|
||||
?>
|
||||
Reference in New Issue
Block a user