Vergleich install/index.php - 1.6.0 - 1.6.3

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * $Id: index.php 5092 2010-07-17 11:09:40Z Huji $

 * $Id: index.php 5440 2011-04-15 10:18:35Z Tomm $

 */

if(function_exists("unicode_decode"))

 */

if(function_exists("unicode_decode"))

Zeile 2012Zeile 2012
		}
$group_count++;
}

		}
$group_count++;
}

 

// Restart usergroup sequence with correct # of groups
if($config['database']['type'] == "pgsql")
{
$pgsql_group_count = $group_count + 1;
$db->query("ALTER SEQUENCE ".$config['database']['table_prefix']."usergroups_gid_seq RESTART WITH ".$pgsql_group_count."");
}


	echo $lang->done . '</p>';

echo $lang->done_step_admincreated;

	echo $lang->done . '</p>';

echo $lang->done_step_admincreated;