1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 18:14:26 +02:00

Display next/prev on extended news - thanks nlstart

This commit is contained in:
e107steved
2010-01-06 20:14:45 +00:00
parent 09129bbbd3
commit abfd3215da
3 changed files with 66 additions and 35 deletions

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org/).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/cron.php,v $
| $Revision: 1.26 $
| $Date: 2010-01-04 21:35:37 $
| $Revision: 1.27 $
| $Date: 2010-01-06 20:12:07 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@@ -21,7 +21,7 @@
*
* @package e107
* @subpackage admin
* @version $Revision: 1.26 $
* @version $Revision: 1.27 $
* @author $Author: e107steved $
* Admin-related functions for cron (Scheduler) management
@@ -191,7 +191,6 @@ function cronName($classname,$method)
function cronExecute($class_func)
{
echo "Execute: {$class_func}<br />";
//TODO LANs
list($class_name,$method_name) = explode("__",$class_func);
$mes = e107::getMessage();