changeset 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 9c7e91d813a0
children b0a8cb63334e
files admajax.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/admajax.php	Sat Nov 29 11:07:12 2014 +0200
+++ b/admajax.php	Sat Nov 29 12:31:47 2014 +0200
@@ -1592,7 +1592,7 @@
             "info" => "",
             "notes" => "",
             "flags" => 0,
-            "evalue" => 0,
+            "evalue" => "",
             "utime" => 0,
             ),
             0, TRUE, "ne", $compo, EEMODE_ADD);