Commit Graph

7 Commits

Author SHA1 Message Date
Frank Fegert 414af8a1eb - Fixed typo with ADODB result set introduced in previous revision.
- For PollD_MP run getServerVersion() only once every polling inter-
  val, not for every query.
2009-07-12 19:33:28 +00:00
Frank Fegert 97afaa73a6 - Added STDOUT logging for PollD_MP if no logfile is configured.
- Added new exception handling and logging for ADODB.
2009-07-12 17:12:14 +00:00
Frank Fegert e82d671bdd - Some formatting cleanup.
- Added DB config to global config array.
- Switched from ADODB::PConnect() to ADODB:NConnect() to avoid some strange
  DB-connection related problems. See:
    http://phplens.com/lens/adodb/docs-adodb.htm#connect
  for details on the difference between PConnect() and NConnect().
2009-07-03 10:50:38 +00:00
Michael Clemens 5624331190 reformatted/beautified most files 2009-05-18 11:37:07 +00:00
Michael Clemens 6506cd4bc0 implemented GUI control for debug mode (in admin backend)
some GUI improvements
some bugfixes
2009-05-15 11:54:36 +00:00
Michael Clemens 8e5e0648a5 integrated adodb into PollD
added external switchable debug mode for class ADOdb
2009-05-13 08:29:01 +00:00
Michael Clemens 53b848f605 put database/adodb related code into adodb.php
class ADOdb is now instantiated in global.php
2009-05-12 20:20:18 +00:00