feature 3010 : replace trigger_action/event by trigger_notify/change
git-svn-id: http://piwigo.org/svn/trunk@28587 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
f98edc7a2e
commit
4bd32005b5
62 changed files with 322 additions and 344 deletions
2
i.php
2
i.php
|
|
@ -31,7 +31,7 @@ defined('PWG_DERIVATIVE_DIR') or define('PWG_DERIVATIVE_DIR', $conf['data_locati
|
|||
@include(PHPWG_ROOT_PATH.PWG_LOCAL_DIR .'config/database.inc.php');
|
||||
|
||||
|
||||
function trigger_action() {}
|
||||
function trigger_notify() {}
|
||||
function get_extension( $filename )
|
||||
{
|
||||
return substr( strrchr( $filename, '.' ), 1, strlen ( $filename ) );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue