typo in HEAD
Ahmed <[email protected]> Wed, 4 Jun 2003 09:15:07 +0100
| Newsgroups | gmane.comp.horde.nag |
|---|---|
| Message-ID | <[email protected]> |
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... -- Nag mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
task.php.patch
(text/plain, 691 B)
*** 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 */