[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_1-11130-gaa270ae

Michal Čihař nijel at users.sourceforge.net
Thu Jul 21 11:39:55 CEST 2011


The branch, master has been updated
       via  aa270ae62b971e5ba0fb47f28d63ed051c5290a2 (commit)
      from  f080342e7a46bfdcac1a5fca39772680ad51e19e (commit)


- Log -----------------------------------------------------------------
commit aa270ae62b971e5ba0fb47f28d63ed051c5290a2
Author: Michal Čihař <mcihar at suse.cz>
Date:   Thu Jul 21 11:40:35 2011 +0200

    Better title

-----------------------------------------------------------------------

Summary of changes:
 scripts/decode_bug.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/decode_bug.php b/scripts/decode_bug.php
index 2f55dcf..5e29749 100644
--- a/scripts/decode_bug.php
+++ b/scripts/decode_bug.php
@@ -1,7 +1,7 @@
 <?php
 /* vim: set expandtab sw=4 ts=4 sts=4: */
 /**
- * Parser BUG decoder
+ * Parser bug report decoder
  *
  * This is the parser bug decoder system
  * Throw the bug data in teh query box, and hit submit for output.
@@ -23,7 +23,7 @@
     <link rel="icon" href="./favicon.ico" type="image/x-icon" />
     <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-    <title>phpMyAdmin - Parser BUG decoder</title>
+    <title>phpMyAdmin - Parser bug report decoder</title>
     <style type="text/css">
     <!--
     body, p {
@@ -42,7 +42,7 @@
 
 
 <body bgcolor="#FFFFFF">
-<h1>Parser BUG decoder</h1>
+<h1>Parser bug report decoder</h1>
 <br />
 
 <form method="post" action="./decode_bug.php">


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list