From 55c30227fbd4220c645c776179176e395ee318ac Mon Sep 17 00:00:00 2001 From: Mohammad Shokri Date: Sat, 28 Sep 2013 13:37:12 +0330 Subject: [PATCH] Fixed env section of manual(doc) --- plugins/drupal/drupal_users_total.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/plugins/drupal/drupal_users_total.php b/plugins/drupal/drupal_users_total.php index e2eb81a81..0521b4197 100755 --- a/plugins/drupal/drupal_users_total.php +++ b/plugins/drupal/drupal_users_total.php @@ -9,11 +9,12 @@ * * @example Example entry for configuration: * [drupal*] - * env.db="drupal" - * env.user="mysql_user" - * env.pass="mysql_pass" - * env.host="localhost" - * env.port="3306" + * env.db drupal + * env.user mysql_user + * env.pass mysql_pass + * env.host localhost + * env.port 3306 + * env.table_prefix drupal_ * * @author Liran Tal * @version 1.0 2013