]> git.mxchange.org Git - mailer.git/blobdiff - inc/sql-functions.php
Renamed function so it might be more understandable
[mailer.git] / inc / sql-functions.php
index d7cf55d1bdeebb6d8b6058aac99e0343aa80f01e..488cc86dc2dc5f32bc8987b15697e3732e7e8725 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 10/23/2009 *
- * ===============                              Last change: 10/23/2009 *
+ * Mailer v0.2.1-FINAL                                Start: 10/23/2009 *
+ * ===================                          Last change: 10/23/2009 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : sql-functions.php                                *
  * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
  * $Author::                                                          $ *
- * Needs to be in all Files and every File needs "svn propset           *
- * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -53,6 +52,7 @@ function isSqlsInitialized () {
 
 // Setter for SQLs array
 function setSqlsArray ($SQLs) {
+       //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'count()='.count($SQLs));
        $GLOBALS['sqls'] = (array) $SQLs;
 }
 
@@ -114,7 +114,7 @@ function countSqls () {
 
 // Checks wether the SQLs array is filled
 function isSqlsValid () {
-       //* DEBUG: */ print __FUNCTION__.':'.intval(isSqlsInitialized()).'/'.countSqls().'/'.getCurrentExtensionName().'<br />';
+       //* DEBUG: */ debugOutput(__FUNCTION__.':'.intval(isSqlsInitialized()).'/'.countSqls().'/'.getCurrentExtensionName());
        return (
                (
                        isSqlsInitialized()