Mantis Bugtracker
  

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

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
04-08-10 17:59 nam New Issue
02-04-11 02:21 domdorn Status new => assigned
02-04-11 02:21 domdorn Assigned To  => domdorn
02-26-11 15:07 kdecherf Issue Monitored: kdecherf
03-22-12 13:42 domdorn Assigned To domdorn =>


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker