diff options
Diffstat (limited to 'www-apps/tikiwiki/files/tikiwiki-1.8.5-xmlrpc.patch')
-rw-r--r-- | www-apps/tikiwiki/files/tikiwiki-1.8.5-xmlrpc.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/www-apps/tikiwiki/files/tikiwiki-1.8.5-xmlrpc.patch b/www-apps/tikiwiki/files/tikiwiki-1.8.5-xmlrpc.patch deleted file mode 100644 index 4e037374f58e..000000000000 --- a/www-apps/tikiwiki/files/tikiwiki-1.8.5-xmlrpc.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- tikiwiki-1.8.5/lib/xmlrpc.inc.old 2005-07-04 22:45:18.000000000 +0200 -+++ tikiwiki-1.8.5/lib/xmlrpc.inc 2002-10-15 17:42:38.000000000 +0200 -@@ -160,7 +160,7 @@ - $_xh[$parser]['qt']=0; - break; - case "NAME": -- $_xh[$parser]['st'].="'"; $_xh[$parser]['ac']=""; -+ $_xh[$parser]['st'].='"'; $_xh[$parser]['ac']=""; - break; - case "FAULT": - $_xh[$parser]['isf']=1; -@@ -225,7 +225,7 @@ - $_xh[$parser]['cm']--; - break; - case "NAME": -- $_xh[$parser]['st'].= $_xh[$parser]['ac'] . "' => "; -+ $_xh[$parser]['st'].= $_xh[$parser]['ac'] . '" => '; - break; - case "BOOLEAN": - // special case here: we translate boolean 1 or 0 into PHP -@@ -246,7 +246,7 @@ - // we use double quotes rather than single so backslashification works OK - $_xh[$parser]['st'].="\"". $_xh[$parser]['ac'] . "\""; - } else if ($_xh[$parser]['qt']==2) { -- $_xh[$parser]['st'].="base64_decode('". $_xh[$parser]['ac'] . "')"; -+ $_xh[$parser]['st'].='base64_decode("'. $_xh[$parser]['ac'] . '")'; - } else if ($name=="BOOLEAN") { - $_xh[$parser]['st'].=$_xh[$parser]['ac']; - } else { |