From 9e461787c7a04dc887a0c8e6abd406e7e5f676c4 Mon Sep 17 00:00:00 2001 From: Mikael Roos <mikael.t.h.roos@gmail.com> Date: Tue, 20 May 2014 01:39:51 +0200 Subject: [PATCH] comment reflected wrongly to area variabel, issue #29 --- webroot/img_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webroot/img_config.php b/webroot/img_config.php index 7b113b5..d72184c 100644 --- a/webroot/img_config.php +++ b/webroot/img_config.php @@ -63,7 +63,7 @@ return array( 'w2' => 630, ); - // Add column width to $area, useful for use as predefined size for width (or height). + // Add grid column width, useful for use as predefined size for width (or height). $gridColumnWidth = 30; $gridGutterWidth = 10; $gridColumns = 24;