summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/install.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2017-05-10 12:22:37 +0200
committerSimon Rettberg2017-05-10 12:22:37 +0200
commit6110c69f5b7a8fd367422721dd9fc34d6dd7a865 (patch)
tree18eb0d40b5c306bfe725c66ecfa44dec2cc7a416 /modules-available/statistics/install.inc.php
parent[locationinfo] Allow setting a location's server to "none" (diff)
downloadslx-admin-6110c69f5b7a8fd367422721dd9fc34d6dd7a865.tar.gz
slx-admin-6110c69f5b7a8fd367422721dd9fc34d6dd7a865.tar.xz
slx-admin-6110c69f5b7a8fd367422721dd9fc34d6dd7a865.zip
[statistics] Fix typo in install.inc.php
Diffstat (limited to 'modules-available/statistics/install.inc.php')
-rw-r--r--modules-available/statistics/install.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/statistics/install.inc.php b/modules-available/statistics/install.inc.php
index 79346f99..bfa342c4 100644
--- a/modules-available/statistics/install.inc.php
+++ b/modules-available/statistics/install.inc.php
@@ -27,7 +27,7 @@ $res[] = tableCreate('statistic', "
$res[] = $machineCreate = tableCreate('machine', "
`machineuuid` char(36) CHARACTER SET ascii NOT NULL,
`fixedlocationid` int(11) DEFAULT NULL COMMENT 'Manually set location (e.g. roomplanner)',
- `subnetlocationid` int(11) DEFAULT NULL COMMENT 'Automatically determined location (e.g. from subnet match),
+ `subnetlocationid` int(11) DEFAULT NULL COMMENT 'Automatically determined location (e.g. from subnet match)',
`locationid` int(11) DEFAULT NULL COMMENT 'Will be automatically set to fixedlocationid if not null, subnetlocationid otherwise',
`macaddr` char(17) CHARACTER SET ascii NOT NULL,
`clientip` varchar(45) CHARACTER SET ascii NOT NULL,