Ignore:
Timestamp:
Jan 29, 2007, 9:38:08 PM (18 years ago)
Author:
rvelices
Message:

web services: give vincent the calling partner id

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  
    55// +-----------------------------------------------------------------------+
    66// | 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$
    1111// +-----------------------------------------------------------------------+
    1212// | This program is free software; you can redistribute it and/or modify  |
     
    3434    foreach ($param_array as $name => $value)
    3535    {
    36       if ($name=='format')
    37         continue;
     36      if ($name=='format' or $name=='partner')
     37        continue; // ignore - special keys
    3838      if ($name=='method')
    3939      {
Note: See TracChangeset for help on using the changeset viewer.