email logs; list only
This commit is contained in:
@@ -184,7 +184,7 @@ class email_template {
|
||||
{
|
||||
$matches = null;
|
||||
preg_match_all('/{\$([a-z0-9\_]+)}/', $_raw, $matches);
|
||||
print_r($matches);
|
||||
//print_r($matches);
|
||||
|
||||
//[0] {$variable}
|
||||
//[1] variable
|
||||
|
||||
Reference in New Issue
Block a user