diff options
author | pjmattal <pjmattal> | 2007-09-20 23:46:43 +0200 |
---|---|---|
committer | pjmattal <pjmattal> | 2007-09-20 23:46:43 +0200 |
commit | 452d6b1245f26b1c46e715077e9bcc593f66ed9e (patch) | |
tree | 3135fec4b7c199ffb4cbd52a260763004cb96d69 /web/lib/pkgfuncs.inc | |
parent | 0b92839bee80fc2ba6ea67be1e48d176c0d242bc (diff) | |
download | aur-452d6b1245f26b1c46e715077e9bcc593f66ed9e.tar.gz aur-452d6b1245f26b1c46e715077e9bcc593f66ed9e.tar.xz |
patch from eliott to convert all <? to <?php
Diffstat (limited to 'web/lib/pkgfuncs.inc')
-rw-r--r-- | web/lib/pkgfuncs.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index d1da9bc6..b9ad0d4a 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -1,4 +1,4 @@ -<? +<?php include_once("pkgfuncs_po.inc"); include_once("config.inc"); |