Set svn:keywords "Id" on every file except images and configfiles

This commit is contained in:
Florian Aders (EleRas)
2010-01-25 09:11:52 +00:00
parent 305179d90f
commit 66ac89698f
206 changed files with 206 additions and 206 deletions

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.getSetting.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function getSetting($settinggroup, $varname)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.loadSettings.php 2729 2009-09-20 10:33:50Z flo $
* @version $Id$
*/
function loadSettings($settings_data, $db)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.saveSetting.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function saveSetting($settinggroup, $varname, $newvalue)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.storeSettingDefaultIp.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function storeSettingDefaultIp($fieldname, $fielddata, $newfieldvalue)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.storeSettingField.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function storeSettingField($fieldname, $fielddata, $newfieldvalue)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.storeSettingHostname.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function storeSettingHostname($fieldname, $fielddata, $newfieldvalue)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.storeSettingIpAddress.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function storeSettingIpAddress($fieldname, $fielddata, $newfieldvalue)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.storeSettingMysqlAccessHost.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function storeSettingMysqlAccessHost($fieldname, $fielddata, $newfieldvalue)