mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 06:07:39 +02:00
uses PHP 5.2 features
This commit is contained in:
@@ -45,7 +45,7 @@ function substFallBack($expr)
|
||||
|
||||
|
||||
// define callback
|
||||
$dibi->getSubstitutes()->setCallback('substFallBack');
|
||||
$dibi->getSubstitutes()->setCallback(substFallBack(...));
|
||||
|
||||
// define substitutes as constants
|
||||
define('SUBST_ACCOUNT', 'eshop_');
|
||||
|
Reference in New Issue
Block a user