summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-12-03 12:30:54 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-12-03 12:30:54 -0500
commitde14942ecb71235e69a5bd24f7dad0720d9538fc (patch)
tree1f4fad820767747d5ec79793760e78974816246b /pts-core/functions/pts.php
parentaa7e35761d587712779a87c0ba034d87d57f16aa (diff)
downloadphoronix-test-suite-upstream-de14942ecb71235e69a5bd24f7dad0720d9538fc.tar.gz
phoronix-test-suite-upstream-de14942ecb71235e69a5bd24f7dad0720d9538fc.tar.xz
phoronix-test-suite-upstream-de14942ecb71235e69a5bd24f7dad0720d9538fc.zip
pts-core: Various PHP notice fixes
Diffstat (limited to 'pts-core/functions/pts.php')
-rw-r--r--pts-core/functions/pts.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/pts-core/functions/pts.php b/pts-core/functions/pts.php
index f4d78ac..5537e56 100644
--- a/pts-core/functions/pts.php
+++ b/pts-core/functions/pts.php
@@ -20,7 +20,8 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-error_reporting(E_ALL | E_NOTICE);
+
+//error_reporting(E_ALL | E_NOTICE);
define("PTS_VERSION", "1.6.0a2");
define("PTS_CODENAME", "TYDAL");