Explorar o código

Add plugin compatiblility info

pdontthink %!s(int64=13) %!d(string=hai) anos
pai
achega
5d4efb7eed
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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();