Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.2 by slords, Wed Apr 2 18:34:04 2008 UTC | Revision 1.4 by slords, Sat Apr 19 15:16:38 2008 UTC | |
---|---|---|
# | Line 82 diff -Nur -x '*.orig' -x '*.rej' e-smith | Line 82 diff -Nur -x '*.orig' -x '*.rej' e-smith |
82 | { | { |
83 | $userprops{$field} = $q->param($field); | $userprops{$field} = $q->param($field); |
84 | } | } |
85 | @@ -1108,6 +1109,20 @@ | @@ -1103,6 +1109,20 @@ |
86 | } | } |
87 | ||
88 | ||
# | Line 96 diff -Nur -x '*.orig' -x '*.rej' e-smith | Line 96 diff -Nur -x '*.orig' -x '*.rej' e-smith |
96 | +{ | +{ |
97 | + my ($fm, $item, $prop, $default) = @_; | + my ($fm, $item, $prop, $default) = @_; |
98 | + | + |
99 | + return $db->get_prop($item, $prop) || $default; | + return $configdb->get_prop($item, $prop) || $default; |
100 | +} | +} |
101 | + | + |
102 | + | + |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |