From 60a54fc25a09475d84e35d8671b7ac9de789a9a2 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 15 Jan 2006 21:15:07 +0000 Subject: [PATCH] r741: Cache the explain_row template --- explain.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/explain.php b/explain.php index 8ef882a..4572e52 100644 --- a/explain.php +++ b/explain.php @@ -11,7 +11,8 @@ \*=====================================================================*/ $fetchtemplates = array( - 'explain_product' + 'explain_product', + 'explain_row' ); define('SVN', '$Id$'); -- 2.22.5