1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-27 18:00:30 +02:00

More notice removals, again.

This commit is contained in:
Tijn Kuyper
2012-12-08 20:22:05 +01:00
parent cbcf7581a4
commit 3793b27822
11 changed files with 35 additions and 35 deletions

@@ -110,7 +110,7 @@ else
}
}
}
if ($records > 30)
if (vartrue($records) > 30)
{
$records = 30;
}