Commit:    bca656781cd2a1c16a77c0520703535d30962093
Author:    Sobak <[email protected]>         Fri, 3 Jan 2014 23:20:17 +0100
Parents:   c3e2580ce0daeb0d261850fcd8c715c258fb09f2
Branches:  master

Link:       
http://git.php.net/?p=web/people.git;a=commitdiff;h=bca656781cd2a1c16a77c0520703535d30962093

Log:
Fixed bug #66407

Bugs:
https://bugs.php.net/66407

Changed paths:
  M  include/layout.php


Diff:
diff --git a/include/layout.php b/include/layout.php
index daf1f9c..51a6721 100644
--- a/include/layout.php
+++ b/include/layout.php
@@ -1,9 +1,8 @@
 <?php
 /* $Id$ */
 
-function site_header($title) {
+function site_header($TITLE) {
     $SUBDOMAIN = "people";
-    $TITLE = "Header";
     $LINKS = array(
         array("href" => "/user.php", "text" => "Users"),
         array("href" => "https://master.php.net/manage/users.php";, "text" => 
"Master"),


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to