[geeklog-cvs] Geeklog-1.x/language english.php,1.303,1.304

Oliver ospiess at qs1489.pair.com
Tue Oct 9 21:07:21 EDT 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/language
In directory qs1489.pair.com:/tmp/cvs-serv81462

Modified Files:
	english.php 
Log Message:
use COM_showMessage in db backups
increase failsafe db size to 1kb since wrong commandline options might put error output into logfile

Index: english.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/language/english.php,v
retrieving revision 1.303
retrieving revision 1.304
diff -C2 -d -r1.303 -r1.304
*** english.php	9 Oct 2007 10:24:06 -0000	1.303
--- english.php	10 Oct 2007 01:07:19 -0000	1.304
***************
*** 1163,1167 ****
      90 => 'OpenID identification cancelled.',
      91 => 'You specified an invalid identity URL.',
!     92 => 'Please ' . COM_createLink('check the security of your site', $_CONF['site_admin_url'] . '/sectest.php') . ' before using it!'
  );
  
--- 1163,1169 ----
      90 => 'OpenID identification cancelled.',
      91 => 'You specified an invalid identity URL.',
!     92 => 'Please ' . COM_createLink('check the security of your site', $_CONF['site_admin_url'] . '/sectest.php') . ' before using it!',
!     93 => 'Database back up was successful.',
!     94 => 'Backup Failed: Filesize less than 1kb'
  );
  




More information about the geeklog-cvs mailing list