Changeset 23372
- Timestamp:
- Jun 19, 2013, 5:21:12 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions.inc.php
r22729 r23372 1021 1021 $conf[ $row['param'] ] = $val; 1022 1022 } 1023 1024 trigger_action('load_conf', $condition); 1023 1025 } 1024 1026 -
trunk/tools/triggers_list.php
r23210 r23372 244 244 'vars' => array('bool', 'full'), 245 245 'files' => array('admin\include\functions.inc.php (invalidate_user_cache)'), 246 ), 247 array( 248 'name' => 'load_conf', 249 'type' => 'trigger_action', 250 'vars' => array('string', 'condition'), 251 'files' => array('include\functions.inc.php (load_conf_from_db)'), 252 'infos' => 'New in 2.6. <b>Warning:</b> you can\'t trigger the first call done une common.inc.php. Use <i>init</i> instead.', 246 253 ), 247 254 array(
Note: See TracChangeset
for help on using the changeset viewer.