summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-12-24 22:45:03 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-12-24 22:45:03 +0000
commitae4dce62e78f82cee93f8644cfc87dd52422a64d (patch)
tree8d038c47d2d1260fb7e5b27b1ee1ea8501aca143 /etc
parentdba3461fbaefc5ab4bd8fa0a07da7304f53a13d1 (diff)
downloadpfsense-ae4dce62e78f82cee93f8644cfc87dd52422a64d.zip
pfsense-ae4dce62e78f82cee93f8644cfc87dd52422a64d.tar.gz
Add missing brace
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/rrd.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/rrd.inc b/etc/inc/rrd.inc
index 16caa1e..5326c1a 100644
--- a/etc/inc/rrd.inc
+++ b/etc/inc/rrd.inc
@@ -111,7 +111,7 @@ function migrate_rrd_format($rrdoldxml, $rrdnewxml) {
$rowsdata = $rows;
$rowsempty = array();
$r = 0;
- while($r < $rowcountdiff)
+ while($r < $rowcountdiff) {
$rowsempty[] = $rrdnewxml['rra'][$i]['database']['row'][$r];
$r++;
}
OpenPOWER on IntegriCloud