From e68d8214f29a025af9ae6b67dd8fc61c484df1bc Mon Sep 17 00:00:00 2001 From: Fredrik Jonsson Date: Fri, 16 Sep 2011 09:15:49 +0900 Subject: [PATCH] Minor improvment of variable_* function clippings. --- Drupal7.php/Functions/variable_del | 2 +- Drupal7.php/Functions/variable_get | 2 +- Drupal7.php/Functions/variable_set | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Drupal7.php/Functions/variable_del b/Drupal7.php/Functions/variable_del index 608cfd8..0e44013 100644 --- a/Drupal7.php/Functions/variable_del +++ b/Drupal7.php/Functions/variable_del @@ -1 +1 @@ -variable_del(#placeholderstart# $name #placeholderend#) \ No newline at end of file +variable_del('#placeholderstart# $name #placeholderend#') \ No newline at end of file diff --git a/Drupal7.php/Functions/variable_get b/Drupal7.php/Functions/variable_get index dbe0c8d..2280e98 100644 --- a/Drupal7.php/Functions/variable_get +++ b/Drupal7.php/Functions/variable_get @@ -1 +1 @@ -variable_get(#placeholderstart# $name #placeholderend#, #placeholderstart# $default = NULL #placeholderend#) \ No newline at end of file +variable_get('#placeholderstart# $name #placeholderend#', #placeholderstart# $default = NULL #placeholderend#) \ No newline at end of file diff --git a/Drupal7.php/Functions/variable_set b/Drupal7.php/Functions/variable_set index 6d2fa2c..895ddf6 100644 --- a/Drupal7.php/Functions/variable_set +++ b/Drupal7.php/Functions/variable_set @@ -1 +1 @@ -variable_set(#placeholderstart# $name #placeholderend#, #placeholderstart# $value #placeholderend#) \ No newline at end of file +variable_set('#placeholderstart# $name #placeholderend#', #placeholderstart# $value #placeholderend#) \ No newline at end of file