[geeklog-cvs] Geeklog-1.x/plugins/links functions.inc,1.83,1.84

Oliver ospiess at qs1489.pair.com
Wed Aug 29 00:59:01 EDT 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links
In directory qs1489.pair.com:/tmp/cvs-serv6173

Modified Files:
	functions.inc 
Log Message:
remove duplicate update code

Index: functions.inc
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/functions.inc,v
retrieving revision 1.83
retrieving revision 1.84
diff -C2 -d -r1.83 -r1.84
*** functions.inc	29 Aug 2007 04:26:59 -0000	1.83
--- functions.inc	29 Aug 2007 04:58:59 -0000	1.84
***************
*** 770,774 ****
          }
          COM_errorLog("Success - selected categories from links table",1);
!     
          // get Links admin group number
          $group_id = DB_getItem($_TABLES['groups'],'grp_id',"grp_name='Links Admin'");
--- 770,774 ----
          }
          COM_errorLog("Success - selected categories from links table",1);
! 
          // get Links admin group number
          $group_id = DB_getItem($_TABLES['groups'],'grp_id',"grp_name='Links Admin'");
***************
*** 837,844 ****
          }
          COM_errorLog("Success - added phpcategoriesblock to the links plugin",1);
- 
-         // add owner field to submission table
-         $sql = "ALTER TABLE {$_TABLES['linksubmission']} ADD owner_id mediumint(8) unsigned NOT NULL default '1';";
-         $result = DB_query ($sql);
  
          // update the version numbers
--- 837,840 ----




More information about the geeklog-cvs mailing list