Ignore:
Timestamp:
Feb 6, 2007, 2:02:06 AM (17 years ago)
Author:
rvelices
Message:

web services:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/ws_core.inc.php

    • Property svn:keywords set to Author Date Id Revision
    r1768 r1781  
    44// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    55// +-----------------------------------------------------------------------+
    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 $
     6// | file          : $Id$
     7// | last update   : $Date$
     8// | last modifier : $Author$
     9// | revision      : $Revision$
    1110// +-----------------------------------------------------------------------+
    1211// | This program is free software; you can redistribute it and/or modify  |
     
    143142 * @author      Tom Buskens <ortega@php.net>
    144143 * @author      Aidan Lister <aidan@php.net>
    145  * @version     $Revision: 1.7 $
     144 * @version     $Revision$
    146145 * @since       PHP 5
    147146 * @require     PHP 4.0.6 (is_callable)
     
    557556          $this->makeArrayParam( $the_param );
    558557        }
     558        if ( isset($options['maxValue']) and $the_param>$options['maxValue'])
     559        {
     560          $the_param = $options['maxValue'];
     561        }
    559562        $params[$name] = $the_param;
    560563      }
Note: See TracChangeset for help on using the changeset viewer.