ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/PApp-SQL/SQL.pm
(Generate patch)

Comparing PApp-SQL/SQL.pm (file contents):
Revision 1.10 by root, Mon Feb 5 14:05:08 2001 UTC vs.
Revision 1.11 by root, Sat Feb 10 01:28:26 2001 UTC

299=cut 299=cut
300 300
301sub reinitialize { 301sub reinitialize {
302 cachesize cachesize 0; 302 cachesize cachesize 0;
303 for (values %dbcache) { 303 for (values %dbcache) {
304 eval { $_->disconnect }; 304 eval { $_->{InactiveDestroy} = 1 };
305 } 305 }
306 undef %dbcache; 306 undef %dbcache;
307} 307}
308 308
309=back 309=back

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines