Changeset 1768 for trunk/include/ws_protocols/rest_handler.php
- Timestamp:
- Jan 29, 2007, 9:38:08 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/ws_protocols/rest_handler.php
-
Property
svn:keywords
set to
Author Date Id Revision
r1698 r1768 5 5 // +-----------------------------------------------------------------------+ 6 6 // | branch : BSF (Best So Far) 7 // | file : $ URL: svn+ssh://rvelices@svn.gna.org/svn/phpwebgallery/trunk/action.php$8 // | last update : $Date : 2006-12-21 18:49:12 -0500 (Thu, 21 Dec 2006)$9 // | last modifier : $Author : rvelices$10 // | revision : $Rev : 1678$7 // | file : $Id$ 8 // | last update : $Date$ 9 // | last modifier : $Author$ 10 // | revision : $Rev$ 11 11 // +-----------------------------------------------------------------------+ 12 12 // | This program is free software; you can redistribute it and/or modify | … … 34 34 foreach ($param_array as $name => $value) 35 35 { 36 if ($name=='format' )37 continue; 36 if ($name=='format' or $name=='partner') 37 continue; // ignore - special keys 38 38 if ($name=='method') 39 39 { -
Property
svn:keywords
set to
Note: See TracChangeset
for help on using the changeset viewer.