Updated head in all files.

git-svn-id: https://svn.pioder.pl/uf-svn/uF@14 72ec579a-5ced-4fa4-82f3-afba5d98df2f
This commit is contained in:
pioder
2009-05-01 17:03:52 +00:00
parent 65b2a29a0c
commit 44bd943c6a
63 changed files with 242 additions and 245 deletions

View File

@@ -2,9 +2,9 @@
/**
* @package uForum
* @file common.php
* @version $Id Exp$
* @copyright 2008(c) PioDer <pioder@wp.pl>
* @link http://pioder.gim2przemysl.int.pl/dsf.html
* @version $Id$
* @copyright 2009(c) PioDer <pioder@wp.pl>
* @link http://pioder.gim2przemysl.int.pl/
* @license GNU GPL v3
**/
@@ -12,6 +12,7 @@ if (is_dir('install'))
{
die('<font color="red" face="Verdana" size="6">Please delete or rename catalog "install"</font>');
}
//set global preferences from DataBase
$sql="SELECT * FROM ".CONFIG_TABLE."";
$query=DataBase::sql_query($sql,'CRITICAL','Could not obtain config information');