the heart should really be red.
This commit is contained in:
parent
735f518fd8
commit
def6f0b408
|
@ -142,7 +142,7 @@ function profiles_post(&$a) {
|
||||||
$value = '';
|
$value = '';
|
||||||
if($is_default) {
|
if($is_default) {
|
||||||
if($marital != $orig[0]['marital']) {
|
if($marital != $orig[0]['marital']) {
|
||||||
$changes[] = '♥ ' . t('Marital Status');
|
$changes[] = '[color=#ff0000]♥[/color] ' . t('Marital Status');
|
||||||
$value = $marital;
|
$value = $marital;
|
||||||
}
|
}
|
||||||
if($withchanged) {
|
if($withchanged) {
|
||||||
|
|
Loading…
Reference in a new issue