Changeset 302 for tags/2.0.2


Ignore:
Timestamp:
Jan 24, 2008 5:21:43 AM (16 years ago)
Author:
quinn
Message:

Removed an errant 's'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/2.0.2/lib/Utilities.inc.php

    r233 r302  
    522522 * @return string         Comma list of array values.
    523523 */
    524 function escapedList($in, $separator="', 's")
     524function escapedList($in, $separator="', '")
    525525{
    526526    if (is_array($in) && !empty($in)) {
Note: See TracChangeset for help on using the changeset viewer.