[geeklog-cvs] Geeklog-1.x/plugins/staticpages services.inc.php, 1.3, 1.4
Dirk Haun
dhaun at qs1489.pair.com
Sat Sep 8 17:19:45 EDT 2007
Update of /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages
In directory qs1489.pair.com:/tmp/cvs-serv24427/plugins/staticpages
Modified Files:
services.inc.php
Log Message:
story -> staticpage (in error message)
Index: services.inc.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/services.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** services.inc.php 18 Aug 2007 20:19:41 -0000 1.3
--- services.inc.php 8 Sep 2007 21:19:43 -0000 1.4
***************
*** 222,226 ****
if ($r == PLG_RET_OK) {
if ($args['gl_etag'] != $o['updated']) {
! $svc_msg['error_desc'] = 'A more recent version of the story is available';
return PLG_RET_PRECONDITION_FAILED;
}
--- 222,226 ----
if ($r == PLG_RET_OK) {
if ($args['gl_etag'] != $o['updated']) {
! $svc_msg['error_desc'] = 'A more recent version of the staticpage is available';
return PLG_RET_PRECONDITION_FAILED;
}
More information about the geeklog-cvs
mailing list