diff options
author | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2002-06-15 17:48:54 +0000 |
---|---|---|
committer | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2002-06-15 17:48:54 +0000 |
commit | 9c23d8ae421f630a5e856234e04eaeb782dbc6e9 (patch) | |
tree | 8a6dfa18a96668245fc10b0dd5c732ef5aa33c96 /includes/common.inc | |
parent | a6121c15033d1dee17fc5c504d06035906d0f6b8 (diff) | |
download | brdo-9c23d8ae421f630a5e856234e04eaeb782dbc6e9.tar.gz brdo-9c23d8ae421f630a5e856234e04eaeb782dbc6e9.tar.bz2 |
- cosmetics mostly.
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 2 |
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]; } |