Changeset 675 for bureau/class/m_dom.php


Ignore:
Timestamp:
02/22/06 01:30:21 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2005-05-24 15:38:39 by arnaud-lb]
encore une petite erreur Mantis bug: Submitted by: Reviewed by:
Approved by: Obtained from:

Original author: arnaud-lb
Date: 2005-05-24 15:38:39

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bureau/class/m_dom.php

    r674 r675  
    11<?php 
    22/* 
    3  $Id: m_dom.php,v 1.23 2005/05/24 15:35:43 arnaud-lb Exp $ 
     3 $Id: m_dom.php,v 1.24 2005/05/24 15:38:39 arnaud-lb Exp $ 
    44 ---------------------------------------------------------------------- 
    55 LICENSE 
     
    617617    $sub=strtolower($sub); 
    618618    if ($sub != '*' && $sub != '' && preg_match('`[^a-z0-9-]`', $sub)) { 
    619       err->raise("dom",19); 
     619      err->raise("dom",24); 
    620620      return false; 
    621621    } 
Note: See TracChangeset for help on using the changeset viewer.