Vergleich inc/tasks/checktables.php - 1.4.1 - 1.4.8

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/about/license
*

 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/about/license
*

 * $Id: checktables.php 3790 2008-04-23 22:50:33Z Tikitiki $

 * $Id: checktables.php 4304 2009-01-02 01:11:56Z chris $

 */

function task_checktables($task)
{
global $db, $mybb, $lang;

 */

function task_checktables($task)
{
global $db, $mybb, $lang;

 
	
// Sorry SQLite, you don't have a decent way of checking if the table is corrupted or not.
if($db->type == "sqlite2" || $db->type == "sqlite3")
{
return;
}

	
@set_time_limit(0);


	
@set_time_limit(0);