[Dotproject-general] Small patch for History module
Brought to you by:
ajdonnison,
kchisholm
|
From: J. W. H. <wr...@hu...> - 2005-10-07 12:27:51
|
Detected that in v2.0.1 there was a missing right-paren in the index.php
file contained in: dotproject/modules/history:
122c122
< $q->addWhere('history_user = user_id');
---
> $q->addWhere('history_user = user_id';
Wren
|