mirror of
				https://github.com/valentineus/moodle-billingpatch.git
				synced 2025-11-04 11:49:43 +03:00 
			
		
		
		
	Correction of testing errors
This commit is contained in:
		@@ -8,11 +8,11 @@
 | 
				
			|||||||
//
 | 
					//
 | 
				
			||||||
// Moodle is distributed in the hope that it will be useful,
 | 
					// Moodle is distributed in the hope that it will be useful,
 | 
				
			||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					// but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
				
			||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 | 
					// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
				
			||||||
// GNU General Public License for more details.
 | 
					// GNU General Public License for more details.
 | 
				
			||||||
//
 | 
					//
 | 
				
			||||||
// You should have received a copy of the GNU General Public License
 | 
					// You should have received a copy of the GNU General Public License
 | 
				
			||||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
 | 
					// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Event handlers.
 | 
					 * Event handlers.
 | 
				
			||||||
@@ -35,7 +35,7 @@ defined("MOODLE_INTERNAL") || die();
 | 
				
			|||||||
class observer {
 | 
					class observer {
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * External function, called by the observer.
 | 
					     * External function, called by the observer.
 | 
				
			||||||
     * 
 | 
					     *
 | 
				
			||||||
     * @param object $event
 | 
					     * @param object $event
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    public static function course_module($event) {
 | 
					    public static function course_module($event) {
 | 
				
			||||||
@@ -48,7 +48,7 @@ class observer {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * Patches for BigBlueButton.
 | 
					     * Patches for BigBlueButton.
 | 
				
			||||||
     * 
 | 
					     *
 | 
				
			||||||
     * @param number $instanceid
 | 
					     * @param number $instanceid
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    private static function monkey_patch_bigbluebuttonbn($instanceid = 0) {
 | 
					    private static function monkey_patch_bigbluebuttonbn($instanceid = 0) {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,11 +8,11 @@
 | 
				
			|||||||
//
 | 
					//
 | 
				
			||||||
// Moodle is distributed in the hope that it will be useful,
 | 
					// Moodle is distributed in the hope that it will be useful,
 | 
				
			||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					// but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
				
			||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 | 
					// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
				
			||||||
// GNU General Public License for more details.
 | 
					// GNU General Public License for more details.
 | 
				
			||||||
//
 | 
					//
 | 
				
			||||||
// You should have received a copy of the GNU General Public License
 | 
					// You should have received a copy of the GNU General Public License
 | 
				
			||||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
 | 
					// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Describe the observers required plug-in.
 | 
					 * Describe the observers required plug-in.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,11 +8,11 @@
 | 
				
			|||||||
//
 | 
					//
 | 
				
			||||||
// Moodle is distributed in the hope that it will be useful,
 | 
					// Moodle is distributed in the hope that it will be useful,
 | 
				
			||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					// but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
				
			||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 | 
					// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
				
			||||||
// GNU General Public License for more details.
 | 
					// GNU General Public License for more details.
 | 
				
			||||||
//
 | 
					//
 | 
				
			||||||
// You should have received a copy of the GNU General Public License
 | 
					// You should have received a copy of the GNU General Public License
 | 
				
			||||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
 | 
					// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Strings for component 'local_billingpatch', language 'en'.
 | 
					 * Strings for component 'local_billingpatch', language 'en'.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,11 +8,11 @@
 | 
				
			|||||||
//
 | 
					//
 | 
				
			||||||
// Moodle is distributed in the hope that it will be useful,
 | 
					// Moodle is distributed in the hope that it will be useful,
 | 
				
			||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					// but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
				
			||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 | 
					// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
				
			||||||
// GNU General Public License for more details.
 | 
					// GNU General Public License for more details.
 | 
				
			||||||
//
 | 
					//
 | 
				
			||||||
// You should have received a copy of the GNU General Public License
 | 
					// You should have received a copy of the GNU General Public License
 | 
				
			||||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
 | 
					// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Version information.
 | 
					 * Version information.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user