Summary
Description: Unnamed repository; edit this file to name it for gitweb.
Last Change: Wed 2/3/10 13:04
Recent Commits
>
--git a/pts-core/functions/pts-functions.php b/pts-core/functions/pts-functions.php
index f958d91..35c882e 100644
--- a/pts-core/functions/pts-functions.php
+++ b/pts-core/functions/pts-functions.php
@@ -275,7 +275,7 @@ function pts_hw_string()
}
function pts_sw_string()
{
- $sw_string = "OS: " . operating_system_release() . " (" . kernel_arch() . "), ";
+ $sw_string = "OS: " . operating_system_release() . ", ";
$sw_string .= "Kernel: " . kernel_string() . " (" . kernel_arch() . "), ";
$sw_string .= "X.Org Server: " . graphics_subsystem_version() . ", ";
$sw_string .= "OpenGL: " . opengl_version() . ", ";
<
Copyright © 2010 by Phoronix Media