diff options
| author | Christian Fowler <spider@viovio.com> | 2007-10-03 17:56:07 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2007-10-03 17:56:07 +0000 |
| commit | 2d5015df0a1a1a899633ece6b3151da36eade6d6 (patch) | |
| tree | 783cd7371d7556e8a01b8ba20aa065a19f33f3f4 /admin | |
| parent | 408b98689bc277f7f686514dc2d19f964932cc3c (diff) | |
| download | articles-2d5015df0a1a1a899633ece6b3151da36eade6d6.tar.gz articles-2d5015df0a1a1a899633ece6b3151da36eade6d6.tar.bz2 articles-2d5015df0a1a1a899633ece6b3151da36eade6d6.zip | |
comment debug
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/upgrade_inc.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/admin/upgrade_inc.php b/admin/upgrade_inc.php index 86d5fd1..24308cd 100644 --- a/admin/upgrade_inc.php +++ b/admin/upgrade_inc.php @@ -50,8 +50,7 @@ array( 'PHP' => ' foreach( $articles as $article ) { // store article image $image_name = "article_".$article["article_id"].".jpg"; - vd($image_name); - vd($article); + // debug: vd($image_name); vd($article); if( is_file( STORAGE_PKG_PATH.ARTICLES_PKG_NAME."/".$image_name )) { $storeRow["plugin_guid"] = "bitfile"; $storeRow["user_id"] = $article["user_id"]; |
