[Linpha-cvs] SF.net SVN: linpha: [4671] trunk/linpha2
Status: Inactive
Brought to you by:
bzrudi
From: <bz...@us...> - 2007-02-02 11:38:51
|
Revision: 4671 http://svn.sourceforge.net/linpha/?rev=4671&view=rev Author: bzrudi Date: 2007-02-02 03:38:45 -0800 (Fri, 02 Feb 2007) Log Message: ----------- fixed wrong MetaDataIndex instance, should read LinMetaDataIndex. As reported by sx03 in LinPHA2 Forum. Thanks! Modified Paths: -------------- trunk/linpha2/ChangeLog trunk/linpha2/admin/maintenance_import.php Modified: trunk/linpha2/ChangeLog =================================================================== --- trunk/linpha2/ChangeLog 2007-01-23 20:17:49 UTC (rev 4670) +++ trunk/linpha2/ChangeLog 2007-02-02 11:38:45 UTC (rev 4671) @@ -1,3 +1,7 @@ +2007-02-02 bzrudi + * fixed wrong MetaDataIndex instance, should read LinMetaDataIndex. As + reported by sx03 in LinPHA2 Forum. Thanks! + 2007-01-23 flo * removed old files * updated todo Modified: trunk/linpha2/admin/maintenance_import.php =================================================================== --- trunk/linpha2/admin/maintenance_import.php 2007-01-23 20:17:49 UTC (rev 4670) +++ trunk/linpha2/admin/maintenance_import.php 2007-02-02 11:38:45 UTC (rev 4671) @@ -200,7 +200,7 @@ * * if "Delete First" and "All albums" was selected, the whole table will be deleted */ - $MetaData = new MetaDataIndex(); + $MetaData = new LinMetaDataIndex(); foreach($array_meta AS $meta_value) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |