PluginProbe
ShiftController Employee Shift Scheduling / 2.2.0
ShiftController Employee Shift Scheduling v2.2.0
4.9.97 4.9.96 4.9.95 4.9.74 4.9.75 4.9.76 4.9.77 4.9.78 4.9.84 4.9.85 4.9.87 4.9.91 4.9.92 trunk 2.1.0 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 3.2.4 All 38 releases
← All changes | shiftcontroller.php +2 -5 2.2.32.2.0 View file →
@@ -1,9 +1,9 @@
1 1 <?php
2 2 /**
3 3 * @package ShiftController
4 4 * @author ShiftController
5 - * @version 2.2.3
5 + * @version 2.2.0
6 6 */
7 7 /*
8 8 Plugin Name: ShiftController
9 9 Plugin URI: http://www.shiftcontroller.com/
@@ -8,12 +8,11 @@
8 8 Plugin Name: ShiftController
9 9 Plugin URI: http://www.shiftcontroller.com/
10 10 Description: Staff scheduling plugin.
11 11 Author: ShiftController
12 -Version: 2.2.3
12 +Version: 2.2.0
13 13 Author URI: http://www.shiftcontroller.com/
14 14 */
15 -error_reporting( E_ERROR & ~E_NOTICE );
16 15
17 16 global $wp_version;
18 17 if (version_compare($wp_version, "3.3", "<"))
19 18 {
@@ -57,9 +56,8 @@
57 56 dirname(__FILE__),
58 57 array(),
59 58 TRUE
60 59 );
61 - $this->query_prefix = '?/';
62 60
63 61 require( $this->happ_path . '/assets/files.php' );
64 62 reset( $css_files );
65 63 foreach( $css_files as $f )
@@ -113,9 +111,8 @@
113 111 if( ! is_admin() )
114 112 {
115 113 if( parent::front_init() )
116 114 {
117 - $GLOBALS['NTS_CONFIG'][$this->app]['FORCE_USER_LEVEL'] = 0;
118 115 // action
119 116 require( $this->happ_path . '/application/index_action.php' );
120 117 $GLOBALS['NTS_CONFIG'][$this->app]['ACTION_STARTED'] = 1;
121 118 }