From: moodler Date: Thu, 19 Aug 2004 02:31:33 +0000 (+0000) Subject: Added information about how to deal with changed help files X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9f4f49df23f1d8b2c3f037625cc9cfcfb6920741;p=moodle.git Added information about how to deal with changed help files --- diff --git a/lang/en/docs/coding.html b/lang/en/docs/coding.html index fd4c8bda86..a64537b73a 100755 --- a/lang/en/docs/coding.html +++ b/lang/en/docs/coding.html @@ -38,7 +38,20 @@ the "lang/en" files with concise English lowercase names and retrieve them from your code using get_string() or print_string().
  • All help files should be translatable - create new texts - in the "en/help" directory and call them using helpbutton().
  • + in the "en/help" directory and call them using helpbutton(). +

    If you need to update a help file: +

    +

    +
  • Incoming data from the browser (sent via GET or POST) automatically has magic_quotes applied (regardless of the PHP settings) so that you can safely insert it straight into the database. All other raw data (from files, or from databases)