comparison admajax.php @ 975:38936f77856e

Set default value of evalue to empty string.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Nov 2014 12:31:47 +0200
parents fb945b968827
children b0a8cb63334e
comparison
equal deleted inserted replaced
974:9c7e91d813a0 975:38936f77856e
1590 "author" => "", 1590 "author" => "",
1591 "compo_id" => $id, 1591 "compo_id" => $id,
1592 "info" => "", 1592 "info" => "",
1593 "notes" => "", 1593 "notes" => "",
1594 "flags" => 0, 1594 "flags" => 0,
1595 "evalue" => 0, 1595 "evalue" => "",
1596 "utime" => 0, 1596 "utime" => 0,
1597 ), 1597 ),
1598 0, TRUE, "ne", $compo, EEMODE_ADD); 1598 0, TRUE, "ne", $compo, EEMODE_ADD);
1599 1599
1600 echo 1600 echo