comparison pages/compos.inc.php @ 1001:ffacd904fd1f

Update copyrights.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 15 Jan 2015 10:31:00 +0200
parents 7091b0c6c7c1
children 74b98743697b
comparison
equal deleted inserted replaced
1000:6bdc34d99c46 1001:ffacd904fd1f
1 <? 1 <?
2 // 2 //
3 // FAPWeb - Simple Web-based Demoparty Management System 3 // FAPWeb - Simple Web-based Demoparty Management System
4 // Competitions page 4 // Competitions page
5 // (C) Copyright 2012-2014 Tecnic Software productions (TNSP) 5 // (C) Copyright 2012-2015 Tecnic Software productions (TNSP)
6 // 6 //
7 function stConvertNameToID($name) 7 function stConvertNameToID($name)
8 { 8 {
9 return preg_replace("/[^a-z0-9_]/", "", strtolower($name)); 9 return preg_replace("/[^a-z0-9_]/", "", strtolower($name));
10 } 10 }