[geeklog-cvs] geeklog-1.3/system lib-plugins.php,1.36,1.37

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Thu Sep 16 15:11:17 EDT 2004


Update of /var/cvs/geeklog-1.3/system
In directory www:/tmp/cvs-serv7461

Modified Files:
	lib-plugins.php 
Log Message:
Removed an unused '$i' ...


Index: lib-plugins.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/system/lib-plugins.php,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** lib-plugins.php	8 Sep 2004 02:30:45 -0000	1.36
--- lib-plugins.php	16 Sep 2004 19:11:14 -0000	1.37
***************
*** 553,557 ****
                      !empty ($cur_plugin->adminurl) &&
                      !empty ($cur_plugin->plugin_image)) {
!                     $plugins[$i] = $cur_plugin; 
                  }
              }
--- 553,557 ----
                      !empty ($cur_plugin->adminurl) &&
                      !empty ($cur_plugin->plugin_image)) {
!                     $plugins[] = $cur_plugin; 
                  }
              }




More information about the geeklog-cvs mailing list