Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/spip/esqueleto-redcta/plugins/enviar_email/enviar_email_breve.html

    r7 r30  
    160160                };
    161161       
    162     if (!$HTTP_POST_VARS["asunto"]) { $asunto="[(#TITRE|texte_script)]"; } else { $asunto=$HTTP_POST_VARS["asunto"]; }
     162    if (!$HTTP_POST_VARS["asunto"]) { $asunto='[(#TITRE|texte_script)]'; } else { $asunto=$HTTP_POST_VARS["asunto"]; }
    163163    $mail->Subject = $asunto; // Asunto
    164164
Note: See TracChangeset for help on using the changeset viewer.