[nag] typo in HEAD
Ahmed
ashihab at alcahest.com
Wed Jun 4 01:15:07 PDT 2003
All,
I've found a typo which has been giving me headaches for sometime. Basically
for one user only Nag would not allow saving of tasks into the default "My
Task List", without a convolouted workaround.
Anyway, this is against head as of 8:00 GMT
Ahmed...
-------------- next part --------------
*** task.php Wed Jun 4 09:10:18 2003
--- task.php.new Wed Jun 4 09:08:47 2003
***************
*** 163,167 ****
* task. Otherwise, we're adding a new task with the provided
* attributes. */
! if ($task_id !== null && !empty($tasklist_original)) {
if ($tasklist_original != $tasklist_target) {
/* Saving to a different task list */
--- 163,167 ----
* task. Otherwise, we're adding a new task with the provided
* attributes. */
! if ($task_id != null && !empty($tasklist_original)) {
if ($tasklist_original != $tasklist_target) {
/* Saving to a different task list */
More information about the nag
mailing list