IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15026


Ignore:
Timestamp:
Sep 25, 2007, 2:25:16 PM (19 years ago)
Author:
jhoblitt
Message:

all : and whitespace in standard fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/lib/DataStore/Utils.pm

    r8722 r15026  
    11# Copyright (C) 2006  Joshua Hoblitt
    22#
    3 # $Id: Utils.pm,v 1.3 2006-08-31 22:58:34 jhoblitt Exp $
     3# $Id: Utils.pm,v 1.4 2007-09-26 00:25:16 jhoblitt Exp $
    44
    55package DataStore::Utils;
     
    3838);
    3939
    40 $STD_FIELD = qr/^[A-z0-9-_.]+$/;
     40$STD_FIELD = qr/^[A-z0-9-_.: ]+$/;
    4141$TIME_FIELD = qr/^(\d{4})-(\d\d)-(\d\d) T (\d\d):(\d\d):(\d\d) Z$/x;
    4242$BYTE_FIELD = qr/^\d+$/;
Note: See TracChangeset for help on using the changeset viewer.