Revision: 6478
          http://care2002.svn.sourceforge.net/care2002/?rev=6478&view=rev
Author:   mizuko
Date:     2010-06-30 12:08:47 +0000 (Wed, 30 Jun 2010)

Log Message:
-----------
see #54

Modified Paths:
--------------
    
care2x/branches/gettext/modules/products/includes/inc_products_search_mod_datenbank.php
    care2x/branches/gettext/modules/products/products-bestellkatalog-edit.php
    care2x/branches/gettext/modules/products/products-bestellkatalog-popinfo.php
    
care2x/branches/gettext/modules/products/products-datenbank-functions-datadelete.php
    
care2x/branches/gettext/modules/products/products-datenbank-functions-manage.php
    
care2x/branches/gettext/modules/products/products-datenbank-functions-such.php

Modified: 
care2x/branches/gettext/modules/products/includes/inc_products_search_mod_datenbank.php
===================================================================
--- 
care2x/branches/gettext/modules/products/includes/inc_products_search_mod_datenbank.php
     2010-06-30 12:03:11 UTC (rev 6477)
+++ 
care2x/branches/gettext/modules/products/includes/inc_products_search_mod_datenbank.php
     2010-06-30 12:08:47 UTC (rev 6478)
@@ -1,6 +1,6 @@
 <?php
 /*------begin------ This protection code was suggested by Luki R. 
l...@karet.org ---- */
-if (stristr ( 'inc_products_search_mod_datenbank.php', $PHP_SELF ))
+if (stristr ( 'inc_products_search_mod_database.php', $PHP_SELF ))
        die ( '<meta http-equiv="refresh" content="0; url=../">' );
        /*------end------*/
 ///$db->debug = true;

Modified: 
care2x/branches/gettext/modules/products/products-bestellkatalog-edit.php
===================================================================
--- care2x/branches/gettext/modules/products/products-bestellkatalog-edit.php   
2010-06-30 12:03:11 UTC (rev 6477)
+++ care2x/branches/gettext/modules/products/products-bestellkatalog-edit.php   
2010-06-30 12:08:47 UTC (rev 6478)
@@ -56,7 +56,7 @@
 
 if(($mode=='search')&&($keyword!='')&&($keyword!='%')){
        if($keyword=="*%*") $keyword="%";
-        include('includes/inc_products_search_mod_datenbank.php');
+        include('includes/inc_products_search_mod_database.php');
  }elseif(($mode=='save')&&($bestellnum!='')&&($artikelname!='')){
                $saveok=$product_obj->SaveCatalogItem($_GET,$cat);
 }

Modified: 
care2x/branches/gettext/modules/products/products-bestellkatalog-popinfo.php
===================================================================
--- 
care2x/branches/gettext/modules/products/products-bestellkatalog-popinfo.php    
    2010-06-30 12:03:11 UTC (rev 6477)
+++ 
care2x/branches/gettext/modules/products/products-bestellkatalog-popinfo.php    
    2010-06-30 12:08:47 UTC (rev 6478)
@@ -18,7 +18,7 @@
 $bcat=true;
 
 # Load search routine
-require('includes/inc_products_search_mod_datenbank.php');
+require('includes/inc_products_search_mod_database.php');
 
 # Start Smarty templating here
  /**

Modified: 
care2x/branches/gettext/modules/products/products-datenbank-functions-datadelete.php
===================================================================
--- 
care2x/branches/gettext/modules/products/products-datenbank-functions-datadelete.php
        2010-06-30 12:03:11 UTC (rev 6477)
+++ 
care2x/branches/gettext/modules/products/products-datenbank-functions-datadelete.php
        2010-06-30 12:08:47 UTC (rev 6478)
@@ -55,7 +55,7 @@
 $update=true;
 
 # Load search routine
-require("includes/inc_products_search_mod_datenbank.php");
+require("includes/inc_products_search_mod_database.php");
 
 # Start Smarty templating here
  /**

Modified: 
care2x/branches/gettext/modules/products/products-datenbank-functions-manage.php
===================================================================
--- 
care2x/branches/gettext/modules/products/products-datenbank-functions-manage.php
    2010-06-30 12:03:11 UTC (rev 6477)
+++ 
care2x/branches/gettext/modules/products/products-datenbank-functions-manage.php
    2010-06-30 12:08:47 UTC (rev 6478)
@@ -36,7 +36,7 @@
        include('includes/inc_products_db_save_mod.php');
 }
 
-if(!empty($mode)) include('includes/inc_products_search_mod_datenbank.php');
+if(!empty($mode)) include('includes/inc_products_search_mod_database.php');
 
 if($linecount==1) {  $from='multiple'; }
 

Modified: 
care2x/branches/gettext/modules/products/products-datenbank-functions-such.php
===================================================================
--- 
care2x/branches/gettext/modules/products/products-datenbank-functions-such.php  
    2010-06-30 12:03:11 UTC (rev 6477)
+++ 
care2x/branches/gettext/modules/products/products-datenbank-functions-such.php  
    2010-06-30 12:08:47 UTC (rev 6478)
@@ -37,7 +37,7 @@
                ;
 }
 
-require ( "includes/inc_products_search_mod_datenbank.php");
+require ( "includes/inc_products_search_mod_database.php");
 
 # Start Smarty templating here
 /**


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers

Reply via email to