~dangarner/xibo/107-client

« back to all changes in this revision

Viewing changes to server/lib/pages/stats.class.php

  • Committer: Daniel Garner
  • Date: 2009-12-31 11:16:07 UTC
  • mfrom: (81.1.12 105-client-test)
  • Revision ID: dan@xibo.org.uk-20091231111607-b547kt1lm9jtlczk
MergedĀ lp:~dangarner/xibo/105-client-test

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
                while($row = $db->get_assoc_row($result))
133
133
                {
134
134
                        // Read the columns
135
 
                        $type           = Kit::ValidateParam($row['type'], _STRING);
 
135
                        $type           = Kit::ValidateParam($row['Type'], _STRING);
136
136
                        $fromdt         = Kit::ValidateParam($row['start'], _STRING);
137
137
                        $todt           = Kit::ValidateParam($row['end'], _STRING);
138
138
                        $layout         = Kit::ValidateParam($row['Layout'], _STRING);