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