andrew867 / timeclock

An updated version of PHP Timeclock
40 stars 68 forks source link

Deprecated: Function eregi() #3

Closed groyk closed 10 years ago

groyk commented 10 years ago

eregi()

Should be replaced with preg_match('/' . $pattern . '/i', $string, $matches);

andrew867 commented 10 years ago

I'll get started on this!

andrew867 commented 10 years ago

This should be done, let me know if I screwed anything up ;)

veasnak commented 10 years ago

Ikeepgeting this Warning: preg_match(): Unknown modifier '|' in /home/veasnak/public_html/time/reports/timerpt.php on line 247