From 7413f557a3affdb2108c3fbbff60e5c0b12754fb Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 27 Sep 2006 23:50:28 +0000 Subject: [PATCH] r1193: Renaming the explain template --- explain.php | 4 ++-- templates/{explain_autoaction.tpl => explain_automation.tpl} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename templates/{explain_autoaction.tpl => explain_automation.tpl} (100%) diff --git a/explain.php b/explain.php index 9ed60ff..b84ebe8 100644 --- a/explain.php +++ b/explain.php @@ -21,7 +21,7 @@ $fetchtemplates = array( 'explain_product', - 'explain_autoaction', + 'explain_automation', 'explain_row' ); @@ -156,7 +156,7 @@ if ($_REQUEST['do'] == 'automations') } } - eval('$template->flush("' . $template->fetch('explain_autoaction') . '");'); + eval('$template->flush("' . $template->fetch('explain_automation') . '");'); } /*=====================================================================*\ diff --git a/templates/explain_autoaction.tpl b/templates/explain_automation.tpl similarity index 100% rename from templates/explain_autoaction.tpl rename to templates/explain_automation.tpl -- 2.22.5