Re: 2 csets were pushed to core/stable: Merge [email protected]:/var/bk/xaraya/co...
[email protected] (mikespub) Tue, 14 Jun 2005 17:50:55 GMT
| Newsgroups | gmane.comp.cms.xaraya.bk-notices |
|---|---|
| Organization | not much |
| Message-ID | <[email protected]> |
In article <[email protected]>, marco-111RdWWlOxkOkXtL6OYfHgC/[email protected] (Marco Canini) wrote: >Changes were applied by marco to core/stable level 10. > The following csets were applied: > > ChangeSet > 1.2021.1.1 05/06/14 19:33:47 marco@erika.(none) +1 -0 > Allow for empty $name in order to not break uploads module. > > html/includes/xarVar.php > 1.151 05/06/14 19:33:44 marco@erika.(none) +1 -1 > Allow for empty $name in order to not break uploads module. > >Links for the differences: >http://xaraya.com:15000/core/stable/[email protected] Maybe you'd better use something like empty($name) || preg_match(...the original stuff...) here. The regular expression is messed up now...