diff options
| author | Christian Fowler <spider@viovio.com> | 2010-05-04 01:09:26 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2010-05-04 01:09:26 +0000 |
| commit | 1a4684e10a1678864b6085723b07f6639f2a657e (patch) | |
| tree | 069cb709f4191bf27d28d1e4a48b32c9cd1d95c8 | |
| parent | 7169d6e5cdb45284fa348051687870395efa7707 (diff) | |
| download | fisheye-1a4684e10a1678864b6085723b07f6639f2a657e.tar.gz fisheye-1a4684e10a1678864b6085723b07f6639f2a657e.tar.bz2 fisheye-1a4684e10a1678864b6085723b07f6639f2a657e.zip | |
remove debug
| -rw-r--r-- | FisheyeRemote.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/FisheyeRemote.php b/FisheyeRemote.php index 085e30d..547877b 100644 --- a/FisheyeRemote.php +++ b/FisheyeRemote.php @@ -3,7 +3,7 @@ * Gallery2 Remote support for fisheye * * @package fisheye -* @version $Header: /cvsroot/bitweaver/_bit_fisheye/FisheyeRemote.php,v 1.9 2010/05/04 01:04:31 spiderr Exp $ +* @version $Header: /cvsroot/bitweaver/_bit_fisheye/FisheyeRemote.php,v 1.10 2010/05/04 01:09:26 spiderr Exp $ * @author spider <spider@steelsun.com> * @author tylerbello <tylerbello@gmail.com> */ @@ -257,7 +257,6 @@ class FisheyeRemote { require_once (FISHEYE_PKG_PATH.'upload_inc.php'); $parentGallery = new FisheyeGallery(); -error_log( 'content_id => '.$pParamHash['set_albumName'] ); if( $parentGallery = $parentGallery->lookup(array('content_id' => $pParamHash['set_albumName'] ) ) ) { $parentGallery->load(); $_REQUEST['gallery_additions'] = array($parentGallery->mGalleryId); |
