2010-09-08 21:36:55
Error no:            512
Error type:          User Warning
Error msg:           You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY sort_order' at line 5
Script name:         /home/dealer/tins/tele/html/includes/ez_sql_mysql.php
Script line no:      207
Script line source:   $this->show_errors ? trigger_error($str,E_USER_WARNING) : null;

this: Object
query: SELECT * 
        FROM tins_projekty_technologie
        JOIN tins_technologie USING (id_technologii)
        WHERE id_projektu=
        ORDER BY sort_order

return_val: 0
cache: 
str: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY sort_order' at line 5
is_insert: 1

2010-09-08 21:36:55
Error no:            512
Error type:          User Warning
Error msg:           You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY sort_order' at line 4
Script name:         /home/dealer/tins/tele/html/includes/ez_sql_mysql.php
Script line no:      207
Script line source:   $this->show_errors ? trigger_error($str,E_USER_WARNING) : null;

this: Object
query: SELECT id_zdjecia,zdjecie
        FROM tins_zdjecia_dodatkowe
        WHERE id_projektu=
        ORDER BY sort_order

return_val: 0
cache: 
str: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY sort_order' at line 4
is_insert: 1

2010-09-08 21:36:55
Error no:            8
Error type:          Notice
Error msg:           Undefined variable:  projekt_prev
Script name:         /home/dealer/tins/tele/html/modules/projekt.html
Script line no:      7
Script line source:   <a href="projekt/<?= $projekt_prev ?>.html" class="prev"><img src="images/poprzedni_projekt.png" alt="" /></a>

2010-09-08 21:36:55
Error no:            8
Error type:          Notice
Error msg:           Undefined variable:  projekt_next
Script name:         /home/dealer/tins/tele/html/modules/projekt.html
Script line no:      8
Script line source:   <a href="projekt/<?= $projekt_next ?>.html" class="next"><img src="images/nastepny_projekt.png" alt="" /></a>