summaryrefslogtreecommitdiff
path: root/kohana/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'kohana/helpers')
-rw-r--r--kohana/helpers/arr.php2
-rw-r--r--kohana/helpers/cookie.php2
-rw-r--r--kohana/helpers/date.php2
-rw-r--r--kohana/helpers/download.php2
-rw-r--r--kohana/helpers/email.php2
-rw-r--r--kohana/helpers/expires.php2
-rw-r--r--kohana/helpers/feed.php2
-rw-r--r--kohana/helpers/file.php2
-rw-r--r--kohana/helpers/form.php2
-rw-r--r--kohana/helpers/format.php2
-rw-r--r--kohana/helpers/html.php2
-rw-r--r--kohana/helpers/inflector.php2
-rw-r--r--kohana/helpers/num.php2
-rw-r--r--kohana/helpers/remote.php2
-rw-r--r--kohana/helpers/request.php2
-rw-r--r--kohana/helpers/security.php2
-rw-r--r--kohana/helpers/text.php2
-rw-r--r--kohana/helpers/upload.php2
-rw-r--r--kohana/helpers/url.php2
-rw-r--r--kohana/helpers/valid.php2
20 files changed, 20 insertions, 20 deletions
diff --git a/kohana/helpers/arr.php b/kohana/helpers/arr.php
index 9f0dc097..9570c4b5 100644
--- a/kohana/helpers/arr.php
+++ b/kohana/helpers/arr.php
@@ -2,7 +2,7 @@
/**
* Array helper class.
*
- * $Id$
+ * $Id: arr.php 4346 2009-05-11 17:08:15Z zombor $
*
* @package Core
* @author Kohana Team
diff --git a/kohana/helpers/cookie.php b/kohana/helpers/cookie.php
index c7e1ac13..901b6d86 100644
--- a/kohana/helpers/cookie.php
+++ b/kohana/helpers/cookie.php
@@ -2,7 +2,7 @@
/**
* Cookie helper class.
*
- * $Id$
+ * $Id: cookie.php 3769 2008-12-15 00:48:56Z zombor $
*
* @package Core
* @author Kohana Team
diff --git a/kohana/helpers/date.php b/kohana/helpers/date.php
index 1a5bbacb..7d5a9ab6 100644
--- a/kohana/helpers/date.php
+++ b/kohana/helpers/date.php
@@ -2,7 +2,7 @@
/**
* Date helper class.
*
- * $Id$
+ * $Id: date.php 4316 2009-05-04 01:03:54Z kiall $
*
* @package Core
* @author Kohana Team
diff --git a/kohana/helpers/download.php b/kohana/helpers/download.php
index 038ee790..49fed42c 100644
--- a/kohana/helpers/download.php
+++ b/kohana/helpers/download.php
@@ -2,7 +2,7 @@
/**
* Download helper class.
*
- * $Id$
+ * $Id: download.php 3769 2008-12-15 00:48:56Z zombor $
*
* @package Core
* @author Kohana Team
diff --git a/kohana/helpers/email.php b/kohana/helpers/email.php
index 38eb47c7..fb222d0c 100644
--- a/kohana/helpers/email.php
+++ b/kohana/helpers/email.php
@@ -2,7 +2,7 @@
/**
* Email helper class.
*
- * $Id$
+ * $Id: email.php 3769 2008-12-15 00:48:56Z zombor $
*
* @package Core
* @author Kohana Team
diff --git a/kohana/helpers/expires.php b/kohana/helpers/expires.php
index 8d8ef0f8..c43cc0cc 100644
--- a/kohana/helpers/expires.php
+++ b/kohana/helpers/expires.php
@@ -2,7 +2,7 @@
/**
* Controls headers that effect client caching of pages
*
- * $Id$
+ * $Id: expires.php 4272 2009-04-25 21:47:26Z zombor $
*
* @package Core
* @author Kohana Team
diff --git a/kohana/helpers/feed.php b/kohana/helpers/feed.php
index a84ec512..74bb2f6b 100644
--- a/kohana/helpers/feed.php
+++ b/kohana/helpers/feed.php
@@ -2,7 +2,7 @@
/**
* Feed helper class.
*
- * $Id$
+ * $Id: feed.php 4152 2009-04-03 23:26:23Z ixmatus $
*
* @package Core
* @author Kohana Team
diff --git a/kohana/helpers/file.php b/kohana/helpers/file.php
index ebb2d97a..b1b71740 100644
--- a/kohana/helpers/file.php
+++ b/kohana/helpers/file.php
@@ -2,7 +2,7 @@
/**
* File helper class.
*
- * $Id$
+ * $Id: file.php 3769 2008-12-15 00:48:56Z zombor $
*
* @package Core
* @author Kohana Team
diff --git a/kohana/helpers/form.php b/kohana/helpers/form.php
index 70b98167..ce8767c5 100644
--- a/kohana/helpers/form.php
+++ b/kohana/helpers/form.php
@@ -2,7 +2,7 @@
/**
* Form helper class.
*
- * $Id$
+ * $Id: form.php 4291 2009-04-29 22:51:58Z kiall $
*
* @package Core
* @author Kohana Team
diff --git a/kohana/helpers/format.php b/kohana/helpers/format.php
index b8ab4adc..fb8a0294 100644
--- a/kohana/helpers/format.php
+++ b/kohana/helpers/format.php
@@ -2,7 +2,7 @@
/**
* Format helper class.
*
- * $Id$
+ * $Id: format.php 4070 2009-03-11 20:37:38Z Geert $
*
* @package Core
* @author Kohana Team
diff --git a/kohana/helpers/html.php b/kohana/helpers/html.php
index 375baf38..f40c86dc 100644
--- a/kohana/helpers/html.php
+++ b/kohana/helpers/html.php
@@ -2,7 +2,7 @@
/**
* HTML helper class.
*
- * $Id$
+ * $Id: html.php 4141 2009-03-29 03:30:06Z zombor $
*
* @package Core
* @author Kohana Team
diff --git a/kohana/helpers/inflector.php b/kohana/helpers/inflector.php
index 94e62d36..1e4fee23 100644
--- a/kohana/helpers/inflector.php
+++ b/kohana/helpers/inflector.php
@@ -2,7 +2,7 @@
/**
* Inflector helper class.
*
- * $Id$
+ * $Id: inflector.php 4072 2009-03-13 17:20:38Z jheathco $
*
* @package Core
* @author Kohana Team
diff --git a/kohana/helpers/num.php b/kohana/helpers/num.php
index b57ec3a8..3eb5d5ac 100644
--- a/kohana/helpers/num.php
+++ b/kohana/helpers/num.php
@@ -2,7 +2,7 @@
/**
* Number helper class.
*
- * $Id$
+ * $Id: num.php 3769 2008-12-15 00:48:56Z zombor $
*
* @package Core
* @author Kohana Team
diff --git a/kohana/helpers/remote.php b/kohana/helpers/remote.php
index d5faf4eb..f9e0267f 100644
--- a/kohana/helpers/remote.php
+++ b/kohana/helpers/remote.php
@@ -2,7 +2,7 @@
/**
* Remote url/file helper.
*
- * $Id$
+ * $Id: remote.php 3769 2008-12-15 00:48:56Z zombor $
*
* @package Core
* @author Kohana Team
diff --git a/kohana/helpers/request.php b/kohana/helpers/request.php
index 091a9d68..4203d0e5 100644
--- a/kohana/helpers/request.php
+++ b/kohana/helpers/request.php
@@ -2,7 +2,7 @@
/**
* Request helper class.
*
- * $Id$
+ * $Id: request.php 4355 2009-05-15 17:18:28Z kiall $
*
* @package Core
* @author Kohana Team
diff --git a/kohana/helpers/security.php b/kohana/helpers/security.php
index 1adf82ac..cd48d2e0 100644
--- a/kohana/helpers/security.php
+++ b/kohana/helpers/security.php
@@ -2,7 +2,7 @@
/**
* Security helper class.
*
- * $Id$
+ * $Id: security.php 3769 2008-12-15 00:48:56Z zombor $
*
* @package Core
* @author Kohana Team
diff --git a/kohana/helpers/text.php b/kohana/helpers/text.php
index 8f68b709..d0e573ec 100644
--- a/kohana/helpers/text.php
+++ b/kohana/helpers/text.php
@@ -2,7 +2,7 @@
/**
* Text helper class.
*
- * $Id$
+ * $Id: text.php 3769 2008-12-15 00:48:56Z zombor $
*
* @package Core
* @author Kohana Team
diff --git a/kohana/helpers/upload.php b/kohana/helpers/upload.php
index 1bff9230..422e9e8d 100644
--- a/kohana/helpers/upload.php
+++ b/kohana/helpers/upload.php
@@ -3,7 +3,7 @@
* Upload helper class for working with the global $_FILES
* array and Validation library.
*
- * $Id$
+ * $Id: upload.php 3769 2008-12-15 00:48:56Z zombor $
*
* @package Core
* @author Kohana Team
diff --git a/kohana/helpers/url.php b/kohana/helpers/url.php
index 46055299..f3d0ec8b 100644
--- a/kohana/helpers/url.php
+++ b/kohana/helpers/url.php
@@ -2,7 +2,7 @@
/**
* URL helper class.
*
- * $Id$
+ * $Id: url.php 4029 2009-03-03 12:39:32Z Shadowhand $
*
* @package Core
* @author Kohana Team
diff --git a/kohana/helpers/valid.php b/kohana/helpers/valid.php
index 25f90f68..610076f3 100644
--- a/kohana/helpers/valid.php
+++ b/kohana/helpers/valid.php
@@ -2,7 +2,7 @@
/**
* Validation helper class.
*
- * $Id$
+ * $Id: valid.php 4187 2009-04-08 04:01:23Z zombor $
*
* @package Core
* @author Kohana Team