[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_1-12972-gc3f8dd9
    Michal Čihař 
    nijel at users.sourceforge.net
       
    Thu Aug  4 15:25:41 CEST 2011
    
    
  
The branch, master has been updated
       via  c3f8dd92502620f368ee4f18876fae3785f9c1b8 (commit)
      from  1d687ef960ea91c35772946c0297f6e632ad1da7 (commit)
- Log -----------------------------------------------------------------
commit c3f8dd92502620f368ee4f18876fae3785f9c1b8
Author: Michal Čihař <mcihar at suse.cz>
Date:   Thu Aug 4 15:25:26 2011 +0200
    Coding style
-----------------------------------------------------------------------
Summary of changes:
 file_echo.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/file_echo.php b/file_echo.php
index 2756209..58ff86b 100644
--- a/file_echo.php
+++ b/file_echo.php
@@ -41,7 +41,7 @@ if (isset($_REQUEST['filename']) && isset($_REQUEST['image'])) {
 
     /* Decode data */
     if ($extension != 'svg') {
-        $data = substr($_REQUEST['image'], strpos($_REQUEST['image'],',') + 1);
+        $data = substr($_REQUEST['image'], strpos($_REQUEST['image'], ',') + 1);
         $data = base64_decode($data);
     } else {
         $data = $_REQUEST['image'];
hooks/post-receive
-- 
phpMyAdmin
    
    
More information about the Git
mailing list