The branch, master has been updated
       via  c3f8dd92502620f368ee4f18876fae3785f9c1b8 (commit)
      from  1d687ef960ea91c35772946c0297f6e632ad1da7 (commit)


- Log -----------------------------------------------------------------
commit c3f8dd92502620f368ee4f18876fae3785f9c1b8
Author: Michal Čihař <[email protected]>
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

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to