Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.2 by slords, Wed Apr 2 18:34:30 2008 UTC | Revision 1.4 by slords, Sat Apr 19 15:16:58 2008 UTC | |
---|---|---|
# | Line 225 diff -Nur -x '*.orig' -x '*.rej' e-smith | Line 225 diff -Nur -x '*.orig' -x '*.rej' e-smith |
225 | { | { |
226 | $userprops{$field} = $q->param($field); | $userprops{$field} = $q->param($field); |
227 | } | } |
228 | @@ -1108,6 +1109,20 @@ | @@ -1103,6 +1109,20 @@ |
229 | } | } |
230 | ||
231 | ||
# | Line 239 diff -Nur -x '*.orig' -x '*.rej' e-smith | Line 239 diff -Nur -x '*.orig' -x '*.rej' e-smith |
239 | +{ | +{ |
240 | + my ($fm, $item, $prop, $default) = @_; | + my ($fm, $item, $prop, $default) = @_; |
241 | + | + |
242 | + return $db->get_prop($item, $prop) || $default; | + return $configdb->get_prop($item, $prop) || $default; |
243 | +} | +} |
244 | + | + |
245 | + | + |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |