Help for this page

Select Code to Download


  1. or download this
            $sth = $self->param('DBH')->prepare(
    "UPDATE jbg_managed_props SET NumPhotos = 1 WHERE jbgPropertyID = ? "
              );
            $sth->execute($id) if ( !$self->query->param('pId') );