IDragonfire / dzcp

repo for the final bugfree dzcp version ... please copy inc/mysql.php from your production dzcp system
www.dzcp.de
10 stars 16 forks source link

#23 #24

Closed makke81 closed 12 years ago

makke81 commented 12 years ago

Hier das ergebniss zu den ungültigen ID Kommentar schreiben bugs.

was die restlichen commits angeht habe ich keine ahnung ^^

IDragonfire commented 12 years ago

please replace (int)$_GET['id'] with intval($_GET['id'])

???

http://stackoverflow.com/questions/1912599/is-there-any-particular-difference-between-intval-and-int http://hakre.wordpress.com/2010/05/13/php-casting-vs-intval/