[geeklog-cvs] geeklog-1.3/public_html/admin story.php,1.104,1.105

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Sun Sep 7 13:41:42 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html/admin
In directory geeklog_prod:/tmp/cvs-serv21556/public_html/admin

Modified Files:
	story.php 
Log Message:
Fixes for image upload when (not) using GD lib ...


Index: story.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/admin/story.php,v
retrieving revision 1.104
retrieving revision 1.105
diff -C2 -d -r1.104 -r1.105
*** story.php	5 Sep 2003 17:18:15 -0000	1.104
--- story.php	7 Sep 2003 17:41:40 -0000	1.105
***************
*** 854,859 ****
                      // using netPBM
                      $upload->setNetPBM ($_CONF['path_to_netpbm']);
!                 } else {
!                     // must be using the GD library
                      $upload->setGDLib ();
                  }
--- 854,859 ----
                      // using netPBM
                      $upload->setNetPBM ($_CONF['path_to_netpbm']);
!                 } elseif ($_CONF['image_lib'] == 'gdlib') {
!                     // using the GD library
                      $upload->setGDLib ();
                  }





More information about the geeklog-cvs mailing list