Skip to content

Commit

Permalink
Minor improvment of variable_* function clippings.
Browse files Browse the repository at this point in the history
  • Loading branch information
frjo committed Sep 16, 2011
1 parent 6c4cee8 commit e68d821
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Drupal7.php/Functions/variable_del
@@ -1 +1 @@
variable_del(#placeholderstart# $name #placeholderend#)
variable_del('#placeholderstart# $name #placeholderend#')
2 changes: 1 addition & 1 deletion Drupal7.php/Functions/variable_get
@@ -1 +1 @@
variable_get(#placeholderstart# $name #placeholderend#, #placeholderstart# $default = NULL #placeholderend#)
variable_get('#placeholderstart# $name #placeholderend#', #placeholderstart# $default = NULL #placeholderend#)
2 changes: 1 addition & 1 deletion Drupal7.php/Functions/variable_set
@@ -1 +1 @@
variable_set(#placeholderstart# $name #placeholderend#, #placeholderstart# $value #placeholderend#)
variable_set('#placeholderstart# $name #placeholderend#', #placeholderstart# $value #placeholderend#)

0 comments on commit e68d821

Please sign in to comment.