]> git.mjollnir.org Git - s9y.git/commitdiff
fix %T not supported on windows systems
authorgarvinhicking <garvinhicking>
Mon, 18 Apr 2005 12:20:08 +0000 (12:20 +0000)
committergarvinhicking <garvinhicking>
Mon, 18 Apr 2005 12:20:08 +0000 (12:20 +0000)
include/admin/plugins.inc.php

index 6b19ecb88c869c77e29ecf4d120095b4f04be5ae..2a83634a6e594b33fdd8fa4c0a1abf7d82cd7089 100644 (file)
@@ -275,7 +275,7 @@ if (isset($_GET['serendipity']['plugin_to_conf'])) {
 ?>
 
 <?php if ( isset($_POST['SAVECONF']) ) { ?>
-    <div class="serendipityAdminMsgSuccess"><?php echo DONE .': '. sprintf(SETTINGS_SAVED_AT, serendipity_strftime('%T')); ?></div>
+    <div class="serendipityAdminMsgSuccess"><?php echo DONE .': '. sprintf(SETTINGS_SAVED_AT, serendipity_strftime('%H:%M:%S')); ?></div>
 <?php } ?>
 
 <form method="post" name="serendipityPluginConfigure">