Parcourir la source

Add plugin compatiblility info

pdontthink il y a 13 ans
Parent
commit
5d4efb7eed
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      src/compose.php

+ 6 - 0
src/compose.php

@@ -1185,6 +1185,12 @@ function showInputForm ($session, $values=false) {
     // to do; SquirrelMail itself will add the final "return true".
     // Onsubmit text is enclosed inside of double quotes, so plugins
     // need to quote accordingly.
+    //
+    // Also, plugin authors should try to retain compatibility with
+    // the Compose Extras plugin by resetting its compose submit
+    // counter when preventing form submit.  Use this code: 
+    // if (your-code-here) { submit_count = 0; return false; }
+    //
     if (checkForJavascript()) {
         if (empty($compose_onsubmit))
             $compose_onsubmit = array();