Author: cfinck
Date: Sun Jul 29 17:32:37 2007
New Revision: 28002
URL:
http://svn.reactos.org/svn/reactos?rev=28002&view=rev
Log:
This part can be left out as requires_persistence is already enabled by default and I
wouldn't make an extra Persistence module if we wouldn't need one
Modified:
trunk/web/reactos.org/htdocs/bugzilla/Bugzilla/Auth/Login/ROSCMS.pm
Modified:
trunk/web/reactos.org/htdocs/bugzilla/Bugzilla/Auth/Login/ROSCMS.pm
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/bugzilla/Bu…
==============================================================================
---
trunk/web/reactos.org/htdocs/bugzilla/Bugzilla/Auth/Login/ROSCMS.pm (original)
+++
trunk/web/reactos.org/htdocs/bugzilla/Bugzilla/Auth/Login/ROSCMS.pm Sun Jul 29
17:32:37 2007
@@ -127,9 +127,4 @@
exit;
}
-sub requires_persistence {
- # Persistence is handled by RosCMS
- return 1;
-}
-
1;