Changeset 675 for bureau/class/m_dom.php
- Timestamp:
- 02/22/06 01:30:21 (7 years ago)
- File:
-
- 1 edited
-
bureau/class/m_dom.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bureau/class/m_dom.php
r674 r675 1 1 <?php 2 2 /* 3 $Id: m_dom.php,v 1.2 3 2005/05/24 15:35:43arnaud-lb Exp $3 $Id: m_dom.php,v 1.24 2005/05/24 15:38:39 arnaud-lb Exp $ 4 4 ---------------------------------------------------------------------- 5 5 LICENSE … … 617 617 $sub=strtolower($sub); 618 618 if ($sub != '*' && $sub != '' && preg_match('`[^a-z0-9-]`', $sub)) { 619 err->raise("dom", 19);619 err->raise("dom",24); 620 620 return false; 621 621 }
Note: See TracChangeset
for help on using the changeset viewer.
