test editing.

This commit is contained in:
naomiaro 2010-11-15 10:52:45 -05:00
parent f1f8badd16
commit 5352d7d4ef
2 changed files with 4 additions and 7 deletions

View file

@ -364,9 +364,6 @@ class Playlist {
{
$values = array("filename" => $fname);
$pl_id = Playlist::Insert($values);
if (PEAR::isError($pl_id)) {
return $pl_id;
}
$this->id = $pl_id;
return $this->id;
}