| Anonymous | Login | Signup for a new account | 11-30-2025 08:23 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| 0003989 | [Quercus] | minor | always | 04-08-10 17:59 | 03-22-12 13:42 | |||||||
| Reporter | nam | View Status | public | |||||||||
| Assigned To | ||||||||||||
| Priority | normal | Resolution | open | |||||||||
| Status | assigned | Product Version | 4.0.5 | |||||||||
| Summary | 0003989: Unable to UNSET values in Drupal 6.16 / Quercus 4.0.3 | |||||||||||
| Description |
(rep by sblommers) http://forum.caucho.com/showthread.php?t=7383 [^] $original = node_load(1979); $original->status = 1; $original->field_date_fasttrack[0]['value'] = "2010-01-01T00:00:00"; // THIS WORKS $original->field_date_fasttrack[0]['value'] = "0000-00-00T:00:00:00"; // THIS DOES NOT WORK but it is incorrect date so that's obvious $original->field_date_fasttrack[0]['value'] = ""; // THIS DOES NOT WORK $original->field_date_fasttrack[0]['value'] = NULL; // THIS DOES NOT WORK $original->field_module[0]['value'] = "1111"; // THIS WORKS $original->field_module[0]['value'] = ""; // THIS DOES NOT WORK $original->field_module[0]['value'] = NULL; // THIS DOES NOT WORK $original->field_module[0] = NULL; // THIS DOES NOT WORK |
|||||||||||
| Additional Information | ||||||||||||
| Attached Files | ||||||||||||
|
|
||||||||||||
| There are no notes attached to this issue. |
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |