[geeklog-cvs] Geeklog-1.x/system lib-plugins.php,1.139,1.140

Dirk Haun dhaun at qs1489.pair.com
Wed Jan 2 16:06:04 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/system
In directory qs1489.pair.com:/tmp/cvs-serv58987/system

Modified Files:
	lib-plugins.php 
Log Message:
Missing definition of PLG_RET_PRECONDITION_FAILED


Index: lib-plugins.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-plugins.php,v
retrieving revision 1.139
retrieving revision 1.140
diff -C2 -d -r1.139 -r1.140
*** lib-plugins.php	30 Dec 2007 16:34:45 -0000	1.139
--- lib-plugins.php	2 Jan 2008 21:06:02 -0000	1.140
***************
*** 9,13 ****
  // | This file implements plugin support in Geeklog.                           |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2007 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs       - tony AT tonybibbs DOT com                     |
--- 9,13 ----
  // | This file implements plugin support in Geeklog.                           |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2008 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs       - tony AT tonybibbs DOT com                     |
***************
*** 48,55 ****
  
  // Response codes for the service invocation PLG_invokeService()
! define('PLG_RET_OK',                 0);
! define('PLG_RET_ERROR',             -1);
! define('PLG_RET_PERMISSION_DENIED', -2);
! define('PLG_RET_AUTH_FAILED',       -3);
  
  // buffer for function names for the center block API
--- 48,56 ----
  
  // Response codes for the service invocation PLG_invokeService()
! define('PLG_RET_OK',                   0);
! define('PLG_RET_ERROR',               -1);
! define('PLG_RET_PERMISSION_DENIED',   -2);
! define('PLG_RET_AUTH_FAILED',         -3);
! define('PLG_RET_PRECONDITION_FAILED', -4);
  
  // buffer for function names for the center block API




More information about the geeklog-cvs mailing list