Vergleich inc/class_core.php - 1.8.6 - 1.8.13

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 14Zeile 14
	 *
* @var string
*/

	 *
* @var string
*/

	public $version = "1.8.6";

	public $version = "1.8.13";


/**
* The version code of MyBB we're running.
*
* @var integer
*/


/**
* The version code of MyBB we're running.
*
* @var integer
*/

	public $version_code = 1806;

	public $version_code = 1813;


/**
* The current working directory.


/**
* The current working directory.

Zeile 553Zeile 553
				$error_code = MYBB_NOT_UPGRADED;
break;
case "sql_load_error":

				$error_code = MYBB_NOT_UPGRADED;
break;
case "sql_load_error":

				$message = "MyBB was unable to load the SQL extension. Please contact the MyBB Group for support. <a href=\"http://www.mybb.com\">MyBB Website</a>";

				$message = "MyBB was unable to load the SQL extension. Please contact the MyBB Group for support. <a href=\"https://mybb.com\">MyBB Website</a>";

				$error_code = MYBB_SQL_LOAD_ERROR;
break;
case "apc_load_error":

				$error_code = MYBB_SQL_LOAD_ERROR;
break;
case "apc_load_error":

Zeile 577Zeile 577
				$error_code = MYBB_CACHEHANDLER_LOAD_ERROR;
break;
default:

				$error_code = MYBB_CACHEHANDLER_LOAD_ERROR;
break;
default:

				$message = "MyBB has experienced an internal error. Please contact the MyBB Group for support. <a href=\"http://www.mybb.com\">MyBB Website</a>";

				$message = "MyBB has experienced an internal error. Please contact the MyBB Group for support. <a href=\"https://mybb.com\">MyBB Website</a>";

				$error_code = MYBB_GENERAL;
}
$error_handler->trigger($message, $error_code);

				$error_code = MYBB_GENERAL;
}
$error_handler->trigger($message, $error_code);

Zeile 598Zeile 598
 */

$grouppermignore = array("gid", "type", "title", "description", "namestyle", "usertitle", "stars", "starimage", "image");

 */

$grouppermignore = array("gid", "type", "title", "description", "namestyle", "usertitle", "stars", "starimage", "image");

$groupzerogreater = array("pmquota", "maxpmrecipients", "maxreputationsday", "attachquota", "maxemails", "maxwarningsday", "maxposts", "edittimelimit", "canusesigxposts", "maxreputationsperthread", "emailfloodtime");

$groupzerogreater = array("pmquota", "maxpmrecipients", "maxreputationsday", "attachquota", "maxemails", "maxwarningsday", "maxposts", "edittimelimit", "canusesigxposts", "maxreputationsperuser", "maxreputationsperthread", "emailfloodtime");

$displaygroupfields = array("title", "description", "namestyle", "usertitle", "stars", "starimage", "image");

// These are fields in the usergroups table that are also forum permission specific.

$displaygroupfields = array("title", "description", "namestyle", "usertitle", "stars", "starimage", "image");

// These are fields in the usergroups table that are also forum permission specific.

Zeile 614Zeile 614
	'candeleteposts',
'candeletethreads',
'caneditattachments',

	'candeleteposts',
'candeletethreads',
'caneditattachments',

 
	'canviewdeletionnotice',

	'modposts',
'modthreads',
'modattachments',

	'modposts',
'modthreads',
'modattachments',