pref-labels: properly handle attemp to set label caption as blank
This commit is contained in:
parent
f6f7817d9d
commit
625acd1cdf
|
@ -33,6 +33,8 @@
|
||||||
AND owner_uid = " . $_SESSION["uid"]);
|
AND owner_uid = " . $_SESSION["uid"]);
|
||||||
|
|
||||||
print $_REQUEST["value"];
|
print $_REQUEST["value"];
|
||||||
|
} else {
|
||||||
|
print $old_caption;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
print $old_caption;
|
print $old_caption;
|
||||||
|
|
Loading…
Reference in New Issue