From ff3843b39e714ef879a91f245ee6170534947503 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 21 Aug 2007 15:09:52 +0000 Subject: - make sure the copyright/disclaimer is consistent - two fixes... git-svn-id: file:///svn/phpbb/trunk@8061 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/coding-guidelines.html | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'phpBB/docs/coding-guidelines.html') diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index 1efeadb111..a407be10ee 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -192,7 +192,7 @@ p a { -

These are the phpBB Coding Guidelines for Olympus, all attempts should be made to follow them as closely as possible.
This document is (c) 2006 phpBB Group, copying or redistribution is not allowed without permission.

+

These are the phpBB Coding Guidelines for Olympus, all attempts should be made to follow them as closely as possible.

Coding Guidelines

@@ -224,6 +224,7 @@ p a {
  • Guidelines Changelog
  • +
  • Copyright and disclaimer

  • @@ -803,7 +804,7 @@ $sql = 'SELECT *

    sql_escape():

    -

    Always use $db->sql_escape() if you need to check for a string within an SQL statement (even if you are sure the variable can not contain single quotes - never trust your input), for example:

    +

    Always use $db->sql_escape() if you need to check for a string within an SQL statement (even if you are sure the variable cannot contain single quotes - never trust your input), for example:

     $sql = 'SELECT *
    @@ -2353,6 +2354,18 @@ if (utf8_case_fold_nfc($string1) == utf8_case_fold_nfc($string2))
     
     
     
    +
    +Top
    +

    + +
    + +

    8. Copyright and disclaimer

    + +
    + +

    This application is opensource software released under the GPL. Please see source code and the docs directory for more details. This package and its contents are Copyright (c) 2000, 2002, 2005, 2007 phpBB Group, All Rights Reserved.

    +
    Top -- cgit v1.2.1