projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcc3d1c
)
only run callbacks once... should speed things up (no dbdef reloading)
author
ivan
<ivan>
Fri, 14 Jun 2002 09:19:33 +0000
(09:19 +0000)
committer
ivan
<ivan>
Fri, 14 Jun 2002 09:19:33 +0000
(09:19 +0000)
FS/FS/UID.pm
patch
|
blob
|
history
diff --git
a/FS/FS/UID.pm
b/FS/FS/UID.pm
index
d34d28e
..
87830cb
100644
(file)
--- a/
FS/FS/UID.pm
+++ b/
FS/FS/UID.pm
@@
-92,6
+92,7
@@
sub forksuidsetup {
foreach ( keys %callback ) {
&{$callback{$_}};
+ delete $callback{$_}; #run once
}
$dbh;
@@
-255,7
+256,7
@@
coderef into the hash %FS::UID::callback :
=head1 VERSION
-$Id: UID.pm,v 1.1
4 2002-02-23 07:00:21
ivan Exp $
+$Id: UID.pm,v 1.1
5 2002-06-14 09:19:33
ivan Exp $
=head1 BUGS