[geeklog-cvs] Geeklog-1.x/public_html/admin/plugins/staticpages index.php, 1.90, 1.91

Dirk Haun dhaun at qs1489.pair.com
Sat Mar 15 16:37:36 EDT 2008


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

Modified Files:
	index.php 
Log Message:
Some more fixes for E_ALL


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/staticpages/index.php,v
retrieving revision 1.90
retrieving revision 1.91
diff -C2 -d -r1.90 -r1.91
*** index.php	20 Dec 2007 21:03:04 -0000	1.90
--- index.php	15 Mar 2008 20:37:34 -0000	1.91
***************
*** 582,585 ****
--- 582,588 ----
              $_POST['sp_onmenu'] = '';
          }
+         if (!isset ($_POST['sp_php'])) {
+             $_POST['sp_php'] = '';
+         }
          if (!isset ($_POST['sp_nf'])) {
              $_POST['sp_nf'] = '';




More information about the geeklog-cvs mailing list