Commit:    d0a28d470759c967248ada56beeda95b95f7afc0
Author:    Sobak <[email protected]>         Mon, 9 Jun 2014 05:14:27 +0200
Parents:   355ec86ed56b0e4a382cd565c3b8a782ef0c57e2
Branches:  master

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

Log:
Remove useless $id$ tags and double trailing lines

Changed paths:
  M  include/layout.php
  M  js/userlisting.php
  M  user.php


Diff:
diff --git a/include/layout.php b/include/layout.php
index 25268db..e19f5e9 100644
--- a/include/layout.php
+++ b/include/layout.php
@@ -1,5 +1,4 @@
 <?php
-/* $Id$ */
 
 function site_header($TITLE) {
     $SUBDOMAIN = "people";
@@ -28,4 +27,3 @@ function site_footer($config = array()) {
 
 
 // vim: set expandtab shiftwidth=4 softtabstop=4 tabstop=4 : 
-
diff --git a/js/userlisting.php b/js/userlisting.php
index 5fef03f..257b4f0 100644
--- a/js/userlisting.php
+++ b/js/userlisting.php
@@ -1,5 +1,4 @@
 <?php
-/* $Id$ */
 
 function getAllUsers() {
     $opts = array("ignore_errors" => true);
@@ -65,4 +64,3 @@ echo 'var lookup = ' . json_encode($lookup) . ';';
 
 
 // vim: set expandtab shiftwidth=4 softtabstop=4 tabstop=4 : 
-
diff --git a/user.php b/user.php
index 6d2fe9e..051c47f 100644
--- a/user.php
+++ b/user.php
@@ -1,6 +1,4 @@
 <?php
-/* $Id$ */
-
 require "./include/layout.php";
 require "./include/misc.php";
 require "./include/karma.php";
@@ -92,4 +90,3 @@ $master_url = 
"https://master.php.net/manage/users.php?username="; . urlencode($U
 site_footer();
 
 // vim: set expandtab shiftwidth=4 softtabstop=4 tabstop=4 : 
-


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

Reply via email to