Jack Dean - 2004-07-07

Logged In: YES
user_id=875930

The problem is in the parseline function of client.php

//* parses bookmarklist line, processes Adds and Deletes
function parseline($bm_row,$ID)
{
$path = str_replace("'","''",$tpath); // *** SQL
escape single quote

I just replaced the above line with:

$path = $tpath;

and made sure that the apostrophes were escaped properly
with an addslashes() function.

Jack
www.sync2it.com