[geeklog-cvs] Geeklog-1.x/plugins/staticpages services.inc.php, 1.1, 1.2

Dirk Haun dhaun at qs1489.pair.com
Sat Aug 11 13:28:13 EDT 2007


Update of /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages
In directory qs1489.pair.com:/tmp/cvs-serv53380/plugins/staticpages

Modified Files:
	services.inc.php 
Log Message:
Commented out undefined function COM_topicArray


Index: services.inc.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/services.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** services.inc.php	9 Aug 2007 19:32:20 -0000	1.1
--- services.inc.php	11 Aug 2007 17:28:11 -0000	1.2
***************
*** 605,609 ****
  function service_getTopicList_staticpages($args, &$output, &$svc_msg)
  {
!     $output = COM_topicArray('tid');
      $output[] = 'all';
      $output[] = 'none';
--- 605,609 ----
  function service_getTopicList_staticpages($args, &$output, &$svc_msg)
  {
!     //$output = COM_topicArray('tid');
      $output[] = 'all';
      $output[] = 'none';




More information about the geeklog-cvs mailing list