hi auxiv.
Quote:
I noticed you have $photo['description'] = $myts->stripSlashesGPC( $_POST["desc_text"] ) ;
for myalbum description posts.
This code is unrelated with escaping HTML special characters.
(To avoid an affection from magic_quotes_gpc)
If you want to hack it, edit here, though I never recommend it.
line 117 of include/draw_functions.php
'description' => $myts->displayTarea( $description , 0 1 , 1 , 1 , 1 , 1 , 1 ) ,