Revision: 29
http://fusionregistry.svn.sourceforge.net/fusionregistry/?rev=29&view=rev
Author: copland007
Date: 2008-02-03 21:27:10 -0800 (Sun, 03 Feb 2008)
Log Message:
-----------
Merged fix from stable_3_0_x to trunk.
Modified Paths:
--------------
trunk/upload/sources/components_public/fusionscripts/fusionregistry/item.php
Modified: trunk/upload/sources/components_public/fusionscripts/fusionregistry/item.php
===================================================================
--- trunk/upload/sources/components_public/fusionscripts/fusionregistry/item.php 2008-02-04 04:54:13 UTC (rev 28)
+++ trunk/upload/sources/components_public/fusionscripts/fusionregistry/item.php 2008-02-04 05:27:10 UTC (rev 29)
@@ -400,7 +400,7 @@
$existing = $this->ipsclass->DB->fetch_row($rs);
- if ( defined($existing['entry_id']) and !empty($existing['entry_id']) )
+ if ( isset($existing['entry_id']) and !empty($existing['entry_id']) )
{
// Update existing entry
$db_string = $this->ipsclass->DB->compile_db_update_string( array( 'field_id' => $cf_id,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|