Author: matt
Date: 2011-08-03 06:03:31 -0700 (Wed, 03 Aug 2011)
New Revision: 630
Log:
Attempt to fix two invaild 'duplicate of' entries

Modified:
   trunk/phplib/db-str.php

Modified: trunk/phplib/db-str.php
===================================================================
--- trunk/phplib/db-str.php     2011-07-10 12:54:41 UTC (rev 629)
+++ trunk/phplib/db-str.php     2011-08-03 13:03:31 UTC (rev 630)
@@ -500,7 +500,7 @@
 
     $row = db_next($result);
     $this->id = $row["id"];
-    $this->master_id = $row["master_id"];
+    $this->master_id = 0; //$row["master_id"];
     $this->link_id = $row["link_id"];
     $this->is_published = $row["is_published"];
     $this->status = $row["status"];

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to