commit: nag list.php prefs.php task.php view.php nag/lib Nag.php
base.php
chuck@horde.org
chuck@horde.org
25 Apr 2001 18:31:59 -0000
chuck 2001/04/25 11:31:58 PDT
Modified files:
. list.php prefs.php task.php view.php
lib Nag.php base.php
Log:
- only define NAG_BASE once, in base.php. Doing it in the main files and then
using it immediately gains us nothing.
- use Horde::getFormData() to make New Task work with register_globals = Off.
Revision Changes Path
1.6 +2 -3 nag/list.php
1.2 +2 -3 nag/prefs.php
1.2 +4 -4 nag/task.php
1.2 +2 -3 nag/view.php
1.12 +2 -6 nag/lib/Nag.php
1.6 +2 -2 nag/lib/base.php