[Koha-cvs] koha/lib bookcount.xml

paul poulain paul at koha-fr.org
Fri Mar 9 15:49:50 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	paul poulain <tipaul>	07/03/09 14:49:49

Removed files:
	lib            : bookcount.xml 

Log message:
	rel_3_0 moved to HEAD (removing useless file)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/lib/bookcount.xml?cvsroot=koha&r1=1.2&r2=0

Patches:
Index: bookcount.xml
===================================================================
RCS file: bookcount.xml
diff -N bookcount.xml
--- bookcount.xml	7 Apr 2003 19:51:09 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,62 +0,0 @@
-
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <!DOCTYPE phrasebook [
- <!ELEMENT phrasebook (dictionary)*>
- <!ELEMENT dictionary (phrase)*>
- <!ATTLIST dictionary name CDATA #REQUIRED>
- <!ELEMENT phrase (#PCDATA)>
- <!ATTLIST phrase name CDATA #REQUIRED>
- ]>
-
-
- <phrasebook>
-  <dictionary name="MySQL">
-   <phrase name="SELECT_ITEMS_BY_ITEMNUBER">
-    "select * from items where itemnumber = $itm";
-   </phrase>
-   <phrase name="SELECT_LAST_BRANCHTRANSFERS_BY_ITEMNUMBER">
-    "select max(branchtransfers.datearrived) from branchtransfers where branchtransfers.itemnumber=$var1"
-   </phrase>
-   <phrase name="SELECT_ALL_BRANCHTRANSFERS_BY_ITEMNUMBER_DATEARRIVED">
-    "Select * from branchtransfers where branchtransfers.itemnumber=$var1 and branchtransfers.datearrived=$var2"
-   </phrase>
-   <phrase name="SELECT_COUNT_ISSUES_BY_ITEMNUMBER_TIMESTAMP">
-    "Select count(*) from issues where issues.itemnumber=$itm and issues.timestamp > $dat"
-   </phrase>
-   <phrase name="SELECT_COUNT_ISSUES_BY_ITEMNUMBER_BRANCHCODE">
-    "Select count(*) from issues where itemnumber=$itm and branchcode = $brc"
-   </phrase>
-   <phrase name="SELECT_MAX_ISSUES_BY_ITEMNUMBER_BRANCHCODE">
-    "Select max(timestamp) from issues where itemnumber=$itm and branchcode = $brc";
-   </phrase>
-   <phrase name="SELECT_LAST_BRANCHTRANSFER_BY_ITEMNUMBER_AND_TOBRANCH">
-    "Select max(datearrived) from branchtransfers where itemnumber=$itm and tobranch = $brc";
-   </phrase>
-  </dictionary>
-
-  <dictionary name="PostgreSQL">
-   <phrase name="SELECT_ITEMS_BY_ITEMNUBER">
-    "select * from items where itemnumber = $itm";
-   </phrase>
-   <phrase name="SELECT_LAST_BRANCHTRANSFERS_BY_ITEMNUMBER">
-    "select max(branchtransfers.datearrived) from branchtransfers where branchtransfers.itemnumber=$var1"
-   </phrase>
-   <phrase name="SELECT_ALL_BRANCTRANSFERS_BY_ITEMNUMBER_DATEARRIVED">
-    "Select * from branchtransfers where branchtransfers.itemnumber=$var1 and branchtransfers.datearrived=$var2"
-   </phrase>
-   <phrase name="SELECT_COUNT_ISSUES_BY_ITEMNUMBER_TIMESTAMP">
-    "Select count(*) from issues where issues.itemnumber=$itm and issues.timestamp > $dat"
-   </phrase>
-   <phrase name="SELECT_COUNT_ISSUES_BY_ITEMNUMBER_BRANCHCODE">
-    "Select count(*) from issues where itemnumber=$itm and branchcode = $brc"
-   </phrase>
-   <phrase name="SELECT_MAX_ISSUES_BY_ITEMNUMBER_BRANCHCODE">
-    "Select max(timestamp) from issues where itemnumber=$itm and branchcode = $brc";
-   </phrase>
-   <phrase name="SELECT_LAST_BRANCHTRANSFER_BY_ITEMNUMBER_AND_TOBRANCH">
-    "Select max(datearrived) from branchtransfers where itemnumber=$itm and tobranch = $brc";
-   </phrase>
-  </dictionary> 
- </phrasebook>
-
-





More information about the Koha-cvs mailing list