diff --git a/Documentation.html b/Documentation.html index 76a5cd9f1..184b683fb 100644 --- a/Documentation.html +++ b/Documentation.html @@ -4101,8 +4101,8 @@ chmod o+rwx tmp
  • Please try to keep up the file-naming conventions. Table-related stuff goes to tbl_*.php, db-related code to db_*.php, server-related tools to server_*.php and so on.
  • -
  • Please don't use verbose strings in your code, instead add the string - (at least) to english-iso-8859-1.inc.php and print() it out.
  • +
  • Please don't put message strings in your code, instead add the string + (at least) to english-utf-8.inc.php and print() it out.
  • If you want to be really helpful, write an entry for the ChangeLog.
  • The DBG extension (PHP