# HG changeset patch # User Dan # Date 1231212626 18000 # Node ID 186507f67064cc439bb4c950d84ba0212e2204f0 # Parent 73f74d395f9538c18f9cd0f9e56a2f18b6575396# Parent 53a50ba4d690c4131dba62d6d0e003eee697125c Merging heads diff -r 53a50ba4d690 -r 186507f67064 graphing/class.graph.php --- a/graphing/class.graph.php Sun Jan 04 16:42:52 2009 -0500 +++ b/graphing/class.graph.php Mon Jan 05 22:30:26 2009 -0500 @@ -766,7 +766,7 @@ $this->$func($settings); } } - if (is_array($data['data'])) { + if (isset($data['data']) && is_array($data['data'])) { $this->data = $data['data']; } } diff -r 53a50ba4d690 -r 186507f67064 htdocs/changetz.php --- a/htdocs/changetz.php Sun Jan 04 16:42:52 2009 -0500 +++ b/htdocs/changetz.php Mon Jan 05 22:30:26 2009 -0500 @@ -1,5 +1,6 @@ -
-" />
Added a last 60 minutes graph.
@@ -25,5 +23,6 @@ records after the import of the existing flat file database. It makes for a more portable programming technique and it means it can be easily expanded in the future to include more data. The table's indexed so it should be decently fast.In addition, smarter functionality is being included, plus a few bugs here and there have been fixed.
- - + diff -r 53a50ba4d690 -r 186507f67064 htdocs/privacy.php --- a/htdocs/privacy.php Sun Jan 04 16:42:52 2009 -0500 +++ b/htdocs/privacy.php Mon Jan 05 22:30:26 2009 -0500 @@ -1,17 +1,16 @@ - -is designed to collect IRC statistics. It does this by recording raw data and then letting the frontend (index.php and the backend access abstraction in stats-fe.php) look at the data and draw graphs and measurements based on it.
@@ -32,5 +31,5 @@Remove yourself from the anonymization list with:
/msg denonymize
Want to know more about the numbers collects? Download a dump of 's database yourself.
- - + + is a privacy-respecting bot. Read about what information collects +