Download & Extend

Update all module_load_include calls to use better format.

Project:Project Issue File Review
Version:6.x-2.x-dev
Component:Code
Category:task
Priority:normal
Assigned:boombatower
Status:closed (fixed)

Issue Summary

Previous

<?php
module_load_include
('inc', 'pifr_server', 'pifr_server.menu');
?>

New

<?php
module_load_include
('xmlrpc.inc', 'pifr_server');
?>

Comments

#1

Status:active» fixed

Committed.

#2

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.