summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
authorKjartan Mannes <kjartan@2.no-reply.drupal.org>2002-06-15 17:48:54 +0000
committerKjartan Mannes <kjartan@2.no-reply.drupal.org>2002-06-15 17:48:54 +0000
commit9c23d8ae421f630a5e856234e04eaeb782dbc6e9 (patch)
tree8a6dfa18a96668245fc10b0dd5c732ef5aa33c96 /includes/common.inc
parenta6121c15033d1dee17fc5c504d06035906d0f6b8 (diff)
downloadbrdo-9c23d8ae421f630a5e856234e04eaeb782dbc6e9.tar.gz
brdo-9c23d8ae421f630a5e856234e04eaeb782dbc6e9.tar.bz2
- cosmetics mostly.
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 900b80080..df6b4de6a 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -674,7 +674,7 @@ function lm($text, $args = array(), $anchor = "", $attributes = array()) {
}
function field_get($string, $name) {
- ereg(", $name=([^,]+)", ",$string", $regs);
+ ereg(",$name=([^,]+)", ",$string", $regs);
return $regs[1];
}