Subversion Repositories oidplus

Rev

Rev 277 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 277 Rev 279
Line 17... Line 17...
17
 * limitations under the License.
17
 * limitations under the License.
18
 */
18
 */
19
 
19
 
20
class OIDplusPageRaObjectLog extends OIDplusPagePluginRa {
20
class OIDplusPageRaObjectLog extends OIDplusPagePluginRa {
21
 
21
 
22
        public function priority() {
-
 
23
                return 99;
-
 
24
        }
-
 
25
 
-
 
26
        public function action(&$handled) {
22
        public function action(&$handled) {
27
                // Nothing
23
                // Nothing
28
        }
24
        }
29
 
25
 
30
        public function init($html=true) {
26
        public function init($html=true) {