From 9c23d8ae421f630a5e856234e04eaeb782dbc6e9 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Sat, 15 Jun 2002 17:48:54 +0000 Subject: - cosmetics mostly. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') 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]; } -- cgit v1.2.3